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:
Till-André Diegeler
2025-03-25 00:05:14 +01:00
parent 1fea8429b1
commit d5362d634b
43 changed files with 110 additions and 138 deletions

View File

@@ -27,7 +27,7 @@ import java.util.Locale;
/**
*
* @author Sebastian Sdorra <sebastian.sdorra@triology.de>
* @author Sebastian Sdorra
*/
public class HgUserAgentProviderTest
{