Skip to content
Snippets Groups Projects
Commit 0bc7a1f5 authored by srosse's avatar srosse
Browse files

OO-291: fix wrong mapping of the business group view, all counter to long

parent 3e084a41
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ public class BusinessGroupViewImpl extends PersistentObject implements BusinessG
return numOfParticipants;
}
public void setNumOfParticipants(int numOfParticipants) {
public void setNumOfParticipants(long numOfParticipants) {
this.numOfParticipants = numOfParticipants;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment