Skip to content

Commit 3b60637

Browse files
committed
Use Deprecated instead of deprecated, so the compiler can stop complaining
1 parent 029417f commit 3b60637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/edu/stanford/nlp/international/arabic/process/IOBUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ private enum TokenType { BeginMarker, EndMarker, BothMarker, NoMarker }
4646
public static final String NosegSymbol = "NOSEG";
4747
public static final String RewriteSymbol = "REW";
4848

49-
/** @deprecated use RewriteSymbol instead */
49+
/** @Deprecated use RewriteSymbol instead */
5050
public static final String RewriteTahSymbol = "REWTA";
51-
/** @deprecated use RewriteSymbol instead */
51+
/** @Deprecated use RewriteSymbol instead */
5252
public static final String RewriteTareefSymbol = "REWAL";
5353

5454
private static final String BoundarySymbol = ".##.";

0 commit comments

Comments
 (0)