Skip to content

Commit

Permalink
cleanup settings
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Mar 31, 2014
1 parent f2e0d67 commit e274036
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.class
.classpath
.project
.settings/*
bin/*
export/*
gulibrary/*
Expand Down
11 changes: 0 additions & 11 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public ActionResult importFile(File selectedFile) throws IOException {
//Java 7
//StatsItem si = details.getByKey(s);
//stats.setKeyVal(si, m.group(s));
s.toString();
} catch (Exception e) {
}
}
Expand Down

0 comments on commit e274036

Please sign in to comment.