(String key)
| 10 | public static PrintStream err = new PrintStream(new FileOutputStream(FileDescriptor.err)); |
| 11 | |
| 12 | public static String getProperty(String key) |
| 13 | { |
| 14 | return ""; |
| 15 | } |
| 16 | |
| 17 | public static String getProperty(String key, String defaultValue) |
| 18 | { |
no outgoing calls
no test coverage detected