Ignore:
Timestamp:
10/06/20 13:12:31 (4 years ago)
Author:
bart
Message:

Fixes an issue with processing maxPower of a vote. Javadoc maven plugin now uses latest version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/geniusweb/partiesserver/repository/AvailableParty.java

    r1 r21  
    1717         * @param name       the filename. This is not a {@link PartyId}.
    1818         * @param partyclass the class of the party.
    19          * @throws IllegalAccessException
    20          * @throws InstantiationException
     19         * @throws ClassNotFoundException if unknown partyclass
    2120         */
    2221        public AvailableParty(String name, Class<? extends Party> partyclass)
Note: See TracChangeset for help on using the changeset viewer.