Skip to content

Commit

Permalink
Fixed visibility of constructor Maps.Get
Browse files Browse the repository at this point in the history
Closes #46
  • Loading branch information
sylvainhalle committed Sep 30, 2021
1 parent 2c28fec commit 661abcf
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 @@ -130,7 +130,7 @@ public static class Get extends UnaryFunction<Map, Object>
* @param key
* The key to get from the map
*/
protected Get(String key)
public Get(String key)
{
super(Map.class, Object.class);
m_key = key;
Expand Down

0 comments on commit 661abcf

Please sign in to comment.