Skip to content

Commit

Permalink
adds ICLDOICrawler extends DOICrawler
Browse files Browse the repository at this point in the history
adds DOICustomizer

refactored; adds FAIRSpecUNKNOWNData option
  • Loading branch information
BobHanson committed Nov 21, 2024
1 parent f52e404 commit 29e66a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static FAIRSpecDataObject createFAIRSpecObject(String key) {
FAIRSpecDataObject o = (FAIRSpecDataObject) Class.forName(className).newInstance();
// properties are loaded based on subtype
o.objectType = IFDConst.getProp("DATAOBJECT_FAIRSPEC_" + ucType + "_FLAG");
o.exptMethod = type.toLowerCase();
o.setExptMethod(ucType);
o.serializerPropertyPrefix = IFDConst.concat(IFDConst.IFD_PROPERTY_FLAG, o.objectType);
o.setProperties(IFDConst.concat(IFDConst.IFD_PROPERTY_FLAG + key), null);
return o;
Expand Down

0 comments on commit 29e66a1

Please sign in to comment.