#90 Added comments for the example code.

This commit is contained in:
Ilkka Seppala
2015-07-19 13:54:07 +03:00
parent c4556561c4
commit a9fa304690
10 changed files with 74 additions and 1 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* View for archers.
*
*/
public class ArcherView implements View {
@Override