Commit 59101997 by Antti Tonkyra

Koska traktori, vois kattoa sen syntaksin

1 parent 69b0418d
......@@ -62,7 +62,7 @@ public class ActionLogBean implements ActionLogBeanLocal {
}
public List<ActionLogMessageResponse> getActionLogMessageResponsesByID(Integer id) {
return actionLogFacade.getActionlogMessageResponsesByID(id);
return actionLogFacade.getActionLogMessageResponsesByID(id);
}
@Override
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!