Changeset 24 for party/src/main/java


Ignore:
Timestamp:
10/06/20 13:12:20 (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
  • party/src/main/java/geniusweb/party/Capabilities.java

    r10 r24  
    1414public class Capabilities {
    1515        /**
    16          * List of supported protocols
     16         * List of supported protocol names
    1717         */
    1818        private final Set<String> behaviours;
     
    2020        /**
    2121         *
    22          * @param protocols the protocols that a Party can handle
     22         * @param behaviours the protocols that a Party can handle
    2323         */
    2424        @JsonCreator
Note: See TracChangeset for help on using the changeset viewer.