Skip to content

Commit

Permalink
Revert "cleanup"
Browse files Browse the repository at this point in the history
This reverts commit 076e1ff.
  • Loading branch information
StephenOTT committed Jun 5, 2019
1 parent 4a7bccb commit 1dad4a5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.digitalstate.stix.common.Stix;
import io.digitalstate.stix.custom.objects.CustomObject;
import io.digitalstate.stix.datamarkings.GranularMarkingDm;
import io.digitalstate.stix.datamarkings.MarkingDefinitionDm;

Expand All @@ -14,7 +13,7 @@
* Thus the name "BundleableObject". A Bundleable Object by STIX standard is: SDO, SRO, and Marking Definition.
* The Type field is used to determine the sub-types as registered in the {@link io.digitalstate.stix.json.StixParsers}
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type", include = JsonTypeInfo.As.EXISTING_PROPERTY, visible = true, defaultImpl = CustomObject.class)
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type", include = JsonTypeInfo.As.EXISTING_PROPERTY)
public interface BundleableObject extends Serializable, Stix {

String getType();
Expand Down

0 comments on commit 1dad4a5

Please sign in to comment.