Skip to content

Commit 6bce2a4

Browse files
committed
Bug: warning "The method resetStore() from the type J2STemplateManager is never used locally"
1 parent 95840ef commit 6bce2a4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/template/J2STemplateManager.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,5 @@ public String[] listTemplateNames() throws Exception {
135135
}
136136
return tnames;
137137
}
138-
139-
/** only for debug porpuses
140-
* @throws IOException */
141-
private void resetStore() throws IOException {
142-
getStore().setValue(PREFS_KEYFILE, "");
143-
}
144-
138+
145139
}

0 commit comments

Comments
 (0)