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:
		
				
					committed by
					
						
						David Pursehouse
					
				
			
			
				
	
			
			
			
						parent
						
							04cbd34e70
						
					
				
				
					commit
					d6a48f0201
				
			@@ -31,7 +31,7 @@ public class DraftCommentResource implements RestResource {
 | 
			
		||||
  private final RevisionResource rev;
 | 
			
		||||
  private final PatchLineComment comment;
 | 
			
		||||
 | 
			
		||||
  DraftCommentResource(RevisionResource rev, PatchLineComment c) {
 | 
			
		||||
  public DraftCommentResource(RevisionResource rev, PatchLineComment c) {
 | 
			
		||||
    this.rev = rev;
 | 
			
		||||
    this.comment = c;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user