MCPcopy Index your code
hub / github.com/adolfintel/NoteBot / getLocString

Method getLocString

StickyNotes/src/com/dosse/stickynotes/Note.java:75–77  ·  view source on GitHub ↗

returns localized string @param s key @return localized String, or null the key doesn't exist

(String s)

Source from the content-addressed store, hash-verified

73 * @return localized String, or null the key doesn't exist
74 */
75 private static String getLocString(String s) {
76 return locBundle.getString(s);
77 }
78
79 //<editor-fold defaultstate="collapsed" desc="Color schemes">
80 /**

Callers 1

NoteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected