Added code comments.

This commit is contained in:
Ilkka Seppala
2015-05-17 21:45:20 +03:00
parent 6e76227143
commit 8b8b81f26d
5 changed files with 44 additions and 0 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* CoffeeMakingTask is a concrete task
*
*/
public class CoffeeMakingTask extends Task {
private static int TIME_PER_CUP = 300;