Skip to content

Commit

Permalink
Reverting elementid.
Browse files Browse the repository at this point in the history
  • Loading branch information
rj77259 committed Jan 8, 2025
1 parent 5294623 commit cf0cd3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* An {@code ElementId} is an interface describing the core methods that are required
* in order to identify an {@link uk.gov.gchq.gaffer.data.element.Element}.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.EXISTING_PROPERTY, property = "class")
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.EXISTING_PROPERTY, property = "class")
@JsonSimpleClassName(includeSubtypes = true)
public interface ElementId extends Serializable {
Matches isRelated(final ElementId that);
Expand Down

0 comments on commit cf0cd3d

Please sign in to comment.