mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 02:25:53 +01:00 
			
		
		
		
	Fix javadoc errors
Tasks.documentation.javadoc threw around 50 errors due to multiple inconsistencies within the javadoc comments. Furthermore, the option 'failOnError' is now set to 'true' so that future Javadoc errors in our codebase are avoided.
This commit is contained in:
		| @@ -27,7 +27,7 @@ import java.util.Locale; | ||||
|  | ||||
| /** | ||||
|  * | ||||
|  * @author Sebastian Sdorra <sebastian.sdorra@triology.de> | ||||
|  * @author Sebastian Sdorra | ||||
|  */ | ||||
| public class HgUserAgentProviderTest | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user