Skip to content

Commit

Permalink
fixed missing import of Named interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Mar 7, 2024
1 parent 0398394 commit 3e37b6d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -22,6 +22,8 @@
import com.fasterxml.jackson.databind.deser.std.StdDeserializer;
import com.fasterxml.jackson.databind.ser.std.StdSerializer;

import zingg.common.client.cols.Named;


/**
* This class defines each field that we use in matching We can use this to
Expand Down

0 comments on commit 3e37b6d

Please sign in to comment.