- Timestamp:
- 10/06/20 13:12:20 (4 years ago)
- Location:
- party/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
party/src/main/java/geniusweb/party/Capabilities.java
r10 r24 14 14 public class Capabilities { 15 15 /** 16 * List of supported protocol s16 * List of supported protocol names 17 17 */ 18 18 private final Set<String> behaviours; … … 20 20 /** 21 21 * 22 * @param protocols the protocols that a Party can handle22 * @param behaviours the protocols that a Party can handle 23 23 */ 24 24 @JsonCreator -
party/src/test/java/geniusweb/party/inform/FinishedTest.java
r21 r24 89 89 } 90 90 91 @Test 91 @Test(expected = NullPointerException.class) 92 92 public void nullTest() throws URISyntaxException { 93 93 new Finished(null);
Note:
See TracChangeset
for help on using the changeset viewer.