Skip to content

Commit

Permalink
putEntry() also can be protected
Browse files Browse the repository at this point in the history
  • Loading branch information
mocobeta committed Mar 17, 2022
1 parent 38481bc commit 4387d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class TokenInfoDictionaryEntryWriter extends DictionaryEntryWriter {
* </pre>
*/
@Override
public int putEntry(String[] entry) {
protected int putEntry(String[] entry) {
short leftId = Short.parseShort(entry[1]);
short rightId = Short.parseShort(entry[2]);
short wordCost = Short.parseShort(entry[3]);
Expand Down

0 comments on commit 4387d3f

Please sign in to comment.