Fix JavaDoc builds for java > 8

Sadly, therefor we have to remove the APIviz lib. It seems this is dead.
This commit is contained in:
Rene Pfeuffer
2020-02-06 11:52:24 +01:00
parent 94add329eb
commit 6e9524f809
3 changed files with 13 additions and 52 deletions

View File

@@ -40,7 +40,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* The I18n annotation is used by the {@link I18nMessages} class to define the
* The I18n annotation is used by the I18nMessages class to define the
* resource bundle key.
*
* @author Sebastian Sdorra
@@ -53,7 +53,7 @@ public @interface I18n
{
/**
* Returns the key for the resource bundle.
*
*
* @return resource bundle key
*/
String value();