Improved code comments for template method example.
This commit is contained in:
@ -2,7 +2,7 @@ package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Template Method base class.
|
||||
* StealingMethod defines skeleton for the algorithm.
|
||||
*
|
||||
*/
|
||||
public abstract class StealingMethod {
|
||||
|
Reference in New Issue
Block a user