Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrevisan committed Sep 28, 2019
1 parent 3d21fd3 commit 2eedb9c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added bin/Hunspeller-1.8.0-javadoc.jar
Binary file not shown.
Binary file added bin/Hunspeller-1.8.0-sources.jar
Binary file not shown.
Binary file added bin/Hunspeller-1.8.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/unit731/hunspeller/services/RecentItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public interface RecentItemsObserver{
void onRecentItemChange(RecentItems src);
}

private final static String RECENT_ITEM_PREFIX = "recent.item.";
private final static String RECENT_ITEM_PREFIX = "recentItem.";

private final int maxItems;
private final Preferences preferenceNode;
Expand Down

0 comments on commit 2eedb9c

Please sign in to comment.