Revision: 20037 http://sourceforge.net/p/gate/code/20037 Author: markagreenwood Date: 2017-02-01 06:17:21 +0000 (Wed, 01 Feb 2017) Log Message: ----------- fixed a few more javadoc issues and upgraded the javadoc plugin to the latest. also now any new issues are likely to fail the build
Modified Paths: -------------- gate/branches/sawdust2/gate-core/pom.xml gate/branches/sawdust2/gate-core/src/main/java/gate/Factory.java gate/branches/sawdust2/gate-core/src/main/java/gate/Gate.java Removed Paths: ------------- gate/branches/sawdust2/gate-core/src/main/java/gate/creole/annic/apache/lucene/search/package.html Modified: gate/branches/sawdust2/gate-core/pom.xml =================================================================== --- gate/branches/sawdust2/gate-core/pom.xml 2017-02-01 04:51:37 UTC (rev 20036) +++ gate/branches/sawdust2/gate-core/pom.xml 2017-02-01 06:17:21 UTC (rev 20037) @@ -519,17 +519,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> - <configuration> - <!-- in theory we should only need one of these and it would be nice to get - rid of them alltogether but that's for another day --> - <failOnError>false</failOnError> - <additionalparam>-Xdoclint:none</additionalparam> - </configuration> - </plugin> </plugins> <resources> Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/Factory.java =================================================================== --- gate/branches/sawdust2/gate-core/src/main/java/gate/Factory.java 2017-02-01 04:51:37 UTC (rev 20036) +++ gate/branches/sawdust2/gate-core/src/main/java/gate/Factory.java 2017-02-01 06:17:21 UTC (rev 20037) @@ -546,7 +546,7 @@ * <li>{@link Controller}</li> * <li>{@link CorpusController}</li> * <li>{@link ConditionalController}</li> - * <li>{@link Gazetteer}</li> + * <li>{@code Gazetteer}</li> * <li>{@link LanguageResource}</li> * <li>{@link gate.creole.ontology.Ontology}</li> * <li>{@link Document}</li> Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/Gate.java =================================================================== --- gate/branches/sawdust2/gate-core/src/main/java/gate/Gate.java 2017-02-01 04:51:37 UTC (rev 20036) +++ gate/branches/sawdust2/gate-core/src/main/java/gate/Gate.java 2017-02-01 06:17:21 UTC (rev 20037) @@ -1239,6 +1239,7 @@ * directory will be removed from memory. * * @param plugin the the plugin to remove from the list of known plugins + **/ public static void removeKnownPlugin(Plugin plugin) { //pluginURL = normaliseCreoleUrl(pluginURL); knownPlugins.remove(plugin); Deleted: gate/branches/sawdust2/gate-core/src/main/java/gate/creole/annic/apache/lucene/search/package.html =================================================================== --- gate/branches/sawdust2/gate-core/src/main/java/gate/creole/annic/apache/lucene/search/package.html 2017-02-01 04:51:37 UTC (rev 20036) +++ gate/branches/sawdust2/gate-core/src/main/java/gate/creole/annic/apache/lucene/search/package.html 2017-02-01 06:17:21 UTC (rev 20037) @@ -1,15 +0,0 @@ -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <meta name="Author" content="Doug Cutting"> -</head> -<body> -Search over indices. - -Applications usually call {@link -org.apache.lucene.search.Searcher#search(Query)} or {@link -org.apache.lucene.search.Searcher#search(Query,Filter)}. - -</body> -</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs