#2094 - Refactor remove isJavaTimePresent() ... we are Java 8+ so removing effectively redundant code

This commit is contained in:
rob bygrave
2020-10-23 01:25:28 +13:00
parent 53f4739c8f
commit e6f0ab90dc
4 changed files with 27 additions and 43 deletions
@@ -26,13 +26,6 @@ public class ClassLoadConfig {
this.context = new ClassLoaderContext(classLoader);
}
/**
* Return true if the Java.time types are available and should be supported.
*/
public boolean isJavaTimePresent() {
return isPresent("java.time.LocalDate");
}
/**
* Return true if the Joda types are available and should be supported.
*/