We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4f48b commit 8a6ab23Copy full SHA for 8a6ab23
sensorhub-datastore-h2/src/main/java/org/sensorhub/impl/datastore/h2/kryo/PersistentClassResolver.java
@@ -113,6 +113,9 @@ protected String mapClassName(String className)
113
if (className.startsWith("com.vividsolutions"))
114
return className.replace("com.vividsolutions", "org.locationtech");
115
116
+ else if (className.equals("org.sensorhub.api.system.SystemId"))
117
+ return "org.sensorhub.api.feature.FeatureId";
118
+
119
return className;
120
}
121
0 commit comments