()
| 41 | |
| 42 | /// Gets the default TimeZone for this host. The source of the default TimeZone may vary with implementation. |
| 43 | public static java.util.TimeZone getDefault(){ |
| 44 | return null; //TODO codavaj!! |
| 45 | } |
| 46 | |
| 47 | public static void setDefault(TimeZone timezone) { |
| 48 | } |
no outgoing calls
no test coverage detected