Rename getPathSetWebLink to getPatchSetWebLink
Typo introduced in v2.11-rc0~655 (I23716673713db3955d9f1743dee95a87a9db2978, 2014-09-24). Change-Id: I9cfd2e14ea4ccfbbb7ffa1f50b5ee2ea48aafb0c
This commit is contained in:
		
				
					committed by
					
						
						David Pursehouse
					
				
			
			
				
	
			
			
			
						parent
						
							1aea830549
						
					
				
				
					commit
					b3cd6906f8
				
			@@ -34,5 +34,5 @@ public interface PatchSetWebLink extends WebLink{
 | 
			
		||||
   * @return WebLinkInfo that links to patch set in external service,
 | 
			
		||||
   * null if there should be no link.
 | 
			
		||||
   */
 | 
			
		||||
  WebLinkInfo getPathSetWebLink(final String projectName, final String commit);
 | 
			
		||||
  WebLinkInfo getPatchSetWebLink(final String projectName, final String commit);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user