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
@@ -2,7 +2,7 @@ package com.iluwatar;
/**
*
* Mediator interface.
* Party interface.
*
*/
public interface Party {