Improved comments for mediator example.

This commit is contained in:
Ilkka Seppala
2015-01-07 21:19:28 +02:00
parent 22ca6fef60
commit 742f8376b3
9 changed files with 43 additions and 12 deletions

View File

@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* Rogue party member.
*
*/
public class Rogue extends PartyMemberBase {
@Override