Changeset 24 for party/src


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.

Location:
party/src
Files:
2 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
  • party/src/test/java/geniusweb/party/inform/FinishedTest.java

    r21 r24  
    8989        }
    9090
    91         @Test
     91        @Test(expected = NullPointerException.class)
    9292        public void nullTest() throws URISyntaxException {
    9393                new Finished(null);
Note: See TracChangeset for help on using the changeset viewer.