Skip to content
Snippets Groups Projects
Commit cbb8db56 authored by gwen-soleil's avatar gwen-soleil
Browse files

recommit 2b409fed that was removed by commit...

recommit 2b409fed that was removed by commit 0c5e16e1
parent c46aa7f9
No related branches found
No related tags found
No related merge requests found
......@@ -62,11 +62,12 @@ public class SpringSnapshotPersistenceManagerImpl implements SnapshotPersistence
break;
case AttrDataFormat._IMAGE:
if (attribute.getWritable() == AttrWriteType._READ) {
LOGGER.warn("{} is an image, format not supported", attribute.getCompleteName());
/* if (attribute.getWritable() == AttrWriteType._READ) {
beans.getIm1ValDAO().create(new Im1Val(attribute, context));
} else {
beans.getIm2ValDAO().create(new Im2Val(attribute, context));
}
}*/
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment