Commit fce66d25 by Tuomas Riihimäki

Fix typo in logging

1 parent 54666e01
......@@ -413,7 +413,7 @@ public class PlaceBean implements PlaceBeanLocal {
}
}
if (freePlace == null) {
throw new EJBException("Could find a place to be reserved....");
throw new EJBException("Could not find a place to be reserved....");
}
GroupMembership gm = buy(freePlace, pg);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!