Commit d7bf1f7b by Tuukka Kivilahti

something

1 parent 69d1e731
...@@ -121,4 +121,8 @@ public class PlaceMapBean implements PlaceMapBeanLocal { ...@@ -121,4 +121,8 @@ public class PlaceMapBean implements PlaceMapBeanLocal {
return "/PlaceMap" + parameters; return "/PlaceMap" + parameters;
// TODO: do something. // TODO: do something.
} }
public int selectablePlaceCount(User user, Event currentEvent) {
throw new UnsupportedOperationException("Not supported yet.");
}
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!