Skip to content

Commit de026a3

Browse files
committed
This SuppressWarnings appears to be unnecessary
1 parent 7fbb7b8 commit de026a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/src/edu/stanford/nlp/ling/IndexedWordTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
* @author Christopher Manning
99
*/
1010
public class IndexedWordTest {
11-
12-
@SuppressWarnings("UnnecessaryLocalVariable")
1311
@Test
1412
public void testIndexedWordComparisons() {
1513
CoreLabel cl = CoreLabel.wordFromString("fiddle");

0 commit comments

Comments
 (0)