Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Aug 26, 2015
1 parent 7e1bc20 commit 0f92a56
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/org/nschmidt/ldparteditor/text/StringHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
package org.nschmidt.ldparteditor.text;

import java.util.ArrayList;
import java.util.HashSet;

/**
* @author nils
Expand All @@ -26,9 +24,6 @@ public enum StringHelper {

INSTANCE;

private static HashSet<Character> dictSet = new HashSet<Character>();
private static ArrayList<Character> dictList = new ArrayList<Character>();

public static int countOccurences(final String findStr, final String str) {
int lastIndex = 0;
int count = 0;
Expand Down

0 comments on commit 0f92a56

Please sign in to comment.