Skip to content

Commit

Permalink
Maps.Filter is static
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Aug 30, 2024
1 parent eb06b83 commit b8fb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/ca/uqac/lif/cep/util/Maps.java
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public MergeMaps duplicate(boolean with_state)
* @since 0.11.3
*/
@SuppressWarnings("rawtypes")
public class FilterMap extends UnaryFunction<Map,Map>
public static class FilterMap extends UnaryFunction<Map,Map>
{
/**
* The function that is called to determine if a key-value pair should be
Expand Down

0 comments on commit b8fb4a1

Please sign in to comment.