JavaDoc changes required to prevent the release process breaking

This commit is contained in:
Graham Triggs 2016-06-23 20:08:14 +01:00
parent abac59cd18
commit 4349724207
124 changed files with 359 additions and 480 deletions

View file

@ -32,7 +32,6 @@ import edu.cornell.mannlib.vitro.webapp.modules.fileStorage.FileAlreadyExistsExc
/**
* Test the FileStorage methods. The zero-argument constructor was tested in
* {@link FileStorageFactoryTest}.
*/
public class FileStorageImplTest extends AbstractTestClass {
private static final List<String> EMPTY_NAMESPACES = Collections

View file

@ -261,9 +261,8 @@ public class FreemarkerTemplateLoaderTest {
* template we are looking for
* @param expectedHowMany
* How many matches do we expect?
* @param expectedBestFit
* @param expectedBestFitString
* What should the best match turn out to be?
* @throws IOException
*/
private void assertMatches(String searchTerm, int expectedHowMany,
String expectedBestFitString) {

View file

@ -84,8 +84,7 @@ public class JaiImageProcessorTester extends Frame {
}
/**
* @param thumbStream
* @return
* @param thumbStream Thumbnail stream
* @throws IOException
* @throws FileNotFoundException
*/

View file

@ -32,7 +32,6 @@ public class AdditionalURIsForClassGroupChangesTest {
}
/**
* Test method for {@link edu.cornell.mannlib.vitro.webapp.search.indexing.AdditionalURIsForClassGroupChanges#findAdditionalURIsToIndex(com.hp.hpl.jena.rdf.model.Statement)}.
*/
@Test
public void testFindAdditionalURIsToIndex() {

View file

@ -25,7 +25,6 @@ public class AdditionalURIsForTypeStatementsTest {
}
/**
* Test method for {@link edu.cornell.mannlib.vitro.webapp.search.indexing.AdditionalURIsForTypeStatements#findAdditionalURIsToIndex(com.hp.hpl.jena.rdf.model.Statement)}.
*/
@Test
public void testFindAdditionalURIsToIndex() {

View file

@ -22,8 +22,7 @@ public class JenaOntologyLoader {
* This should load the system with classes, data properties and
* object properties that the vitro systems needs.
*
* @return
* @throws Exception
* @throws Exception
*/
OntModel loadSystemAndUsers() throws Exception{
Model model = ModelFactory.createDefaultModel();
@ -42,8 +41,7 @@ public class JenaOntologyLoader {
* Loads a owl file into the ontModel. Looks for files on classpath.
* example: loadSpecialVivoModel("/testontologies/smallVivo-20070809.owl")
*
* @param junk
* @return
* @param junk Junk value
* @throws IOException
*/
OntModel loadSpecialVivoModel(String junk) throws IOException{

View file

@ -13,14 +13,13 @@ public class SearchQueryStub extends BaseSearchQuery {
// ----------------------------------------------------------------------
/**
* @param queryText
*/
public SearchQueryStub() {
super();
}
/**
* @param queryText
* @param queryText Query text
*/
public SearchQueryStub(String queryText) {
super();