We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95840ef commit 6bce2a4Copy full SHA for 6bce2a4
1 file changed
sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/template/J2STemplateManager.java
@@ -135,11 +135,5 @@ public String[] listTemplateNames() throws Exception {
135
}
136
return tnames;
137
138
-
139
- /** only for debug porpuses
140
- * @throws IOException */
141
- private void resetStore() throws IOException {
142
- getStore().setValue(PREFS_KEYFILE, "");
143
- }
144
+
145
0 commit comments