Added source code comments.

This commit is contained in:
Ilkka Seppala
2015-05-25 19:13:50 +03:00
parent fdf1d148fa
commit 0c0d84c220
10 changed files with 71 additions and 0 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* Wizard interface
*
*/
public interface Wizard {
void smoke();