Improve Bridge Javadoc
This commit is contained in:
		@@ -2,6 +2,9 @@ package com.iluwatar.bridge;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
 | 
					 * The Bridge pattern can also be thought of as two layers of abstraction. With Bridge, 
 | 
				
			||||||
 | 
					 * you can decouple an abstraction from its implementation so that the two can vary independently.
 | 
				
			||||||
 | 
					 * <p>
 | 
				
			||||||
 * In Bridge pattern both abstraction ({@link MagicWeapon}) and implementation
 | 
					 * In Bridge pattern both abstraction ({@link MagicWeapon}) and implementation
 | 
				
			||||||
 * ({@link MagicWeaponImpl}) have their own class hierarchies. The interface of the
 | 
					 * ({@link MagicWeaponImpl}) have their own class hierarchies. The interface of the
 | 
				
			||||||
 * implementations can be changed without affecting the clients.
 | 
					 * implementations can be changed without affecting the clients.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user