Improved code comments for template method example.

This commit is contained in:
Ilkka Seppala
2015-01-16 08:52:30 +02:00
parent 991653062d
commit b12243b94c
4 changed files with 16 additions and 3 deletions

View File

@ -2,7 +2,7 @@ package com.iluwatar;
/**
*
* Template Method base class.
* StealingMethod defines skeleton for the algorithm.
*
*/
public abstract class StealingMethod {