Make all REST resources public so that they can be used from plugins
Make the RestResource classes and their constructors public so that they can be used from plugins. Most RestResource classes were already public, so this makes it consistent across all RestResources. Change-Id: I49b7dc9b3bd7e9b0734d5933392df60b006e5745 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
		 Edwin Kempin
					Edwin Kempin
				
			
				
					committed by
					
						 David Pursehouse
						David Pursehouse
					
				
			
			
				
	
			
			
			 David Pursehouse
						David Pursehouse
					
				
			
						parent
						
							04cbd34e70
						
					
				
				
					commit
					d6a48f0201
				
			| @@ -37,7 +37,7 @@ public class ChangeResource implements RestResource, HasETag { | ||||
|  | ||||
|   private final ChangeControl control; | ||||
|  | ||||
|   ChangeResource(ChangeControl control) { | ||||
|   public ChangeResource(ChangeControl control) { | ||||
|     this.control = control; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user