- Timestamp:
- 10/06/20 13:12:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/partiesserver/repository/AvailableParty.java
r1 r21 17 17 * @param name the filename. This is not a {@link PartyId}. 18 18 * @param partyclass the class of the party. 19 * @throws IllegalAccessException 20 * @throws InstantiationException 19 * @throws ClassNotFoundException if unknown partyclass 21 20 */ 22 21 public AvailableParty(String name, Class<? extends Party> partyclass)
Note:
See TracChangeset
for help on using the changeset viewer.