Fix some javadoc comments
- Remove a dangling comment - Delete half-documented parameters - Fix some @see/@link Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import org.springframework.test.context.junit4.rules.SpringMethodRule;
|
||||
"/applicationContext-testdb.xml"})
|
||||
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_CLASS)
|
||||
@Component
|
||||
/**
|
||||
/*
|
||||
* Abstract class for scanning MusicFolder.
|
||||
*/
|
||||
public abstract class AbstractAirsonicHomeTest implements AirsonicHomeTest {
|
||||
|
||||
+1
-1
@@ -156,7 +156,7 @@ public class AnalyzerFactoryTestCase {
|
||||
/**
|
||||
* Detailed tests on Stopward.
|
||||
*
|
||||
* @see org.apache.lucene.analysis.StopAnalyzer#ENGLISH_STOP_WORDS_SET
|
||||
* @see org.apache.lucene.analysis.core.StopAnalyzer#ENGLISH_STOP_WORDS_SET
|
||||
*/
|
||||
@Test
|
||||
public void testStopward() {
|
||||
|
||||
Reference in New Issue
Block a user