(String prop, Object... substitutes)
| 56 | } |
| 57 | |
| 58 | private static String getShortDesc(String prop, Object... substitutes) |
| 59 | { |
| 60 | return LanguageBundle.getFormattedString(LanguageBundle.KEY_PREFIX + prop + TIP_SUFFIX, substitutes); |
| 61 | } |
| 62 | |
| 63 | private static String getName(String prop, Object... substitutes) |
| 64 | { |
no test coverage detected