Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Nov 8, 2013
2 parents b12188f + a58120f commit 0d50884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
import org.apache.commons.lang.RandomStringUtils;

public class Meeting {
private static final int MILLIS_IN_A_MINUTE = 60000;
private static final long MILLIS_IN_A_MINUTE = 60000;

private String name;
private String extMeetingId;
private String intMeetingId;
private int duration = 0;
private long duration = 0;
private long createdTime = 0;
private long startTime = 0;
private long endTime = 0;
Expand Down

0 comments on commit 0d50884

Please sign in to comment.