Commit 4c248eae by Tuomas Riihimäki

Hupsista.. Puuttui funktio EventMapBeanista

1 parent 843aed1b
...@@ -103,4 +103,9 @@ public class EventMapBean implements EventMapBeanLocal { ...@@ -103,4 +103,9 @@ public class EventMapBean implements EventMapBeanLocal {
} }
return place; return place;
} }
@Override
public Place updatePlace(Place place) {
return placefacade.merge(place);
}
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!