(String key, String defaultValue)
| 613 | /// |
| 614 | /// the value of the property |
| 615 | public static String getProperty(String key, String defaultValue) { |
| 616 | return Display.INSTANCE.getProperty(key, defaultValue); |
| 617 | } |
| 618 | |
| 619 | /// Sets a local property to the application, this method has no effect on the |
| 620 | /// implementation code and only allows the user to override the logic of getProperty |
no test coverage detected