Skip to content

Commit

Permalink
key dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 20, 2024
1 parent 46fb0e7 commit 8c4fde3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class KeyDictionary {

public static final Key filterOrTags = Key.of( "filterOrTags" );
public static final Key objectType = Key.of( "objectType" );
public static final Key isKey = Key.of( "isKey" );
public static final Key objectType = Key.of( "objectType" );

}

0 comments on commit 8c4fde3

Please sign in to comment.