mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +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:
		| @@ -24,7 +24,7 @@ import static org.junit.Assert.*; | ||||
| /** | ||||
|  * Unit tests for {@link GitUserAgentProvider}. | ||||
|  *  | ||||
|  * @author Sebastian Sdorra <sebastian.sdorra@triology.de> | ||||
|  * @author Sebastian Sdorra | ||||
|  */ | ||||
| public class GitUserAgentProviderTest { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user