We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a14f2c commit 96fe3cdCopy full SHA for 96fe3cd
src/com/xxdb/data/BasicDictionary.java
@@ -210,7 +210,7 @@ public void write(ExtendedDataOutput out) throws IOException{
210
try{
211
for(Map.Entry<Entity, Entity> entry : dict.entrySet()){
212
keys.set(index, entry.getKey());
213
- values.set(index, (Scalar)entry.getValue());
+ values.set(index, (Entity) entry.getValue());
214
++index;
215
}
216
0 commit comments