Comments for template method example.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Template Method (StealingMethod) defines skeleton for the
|
||||
* algorithm and subclasses (HitAndRunMethod, SubtleMethod)
|
||||
* fill in the blanks.
|
||||
*
|
||||
*/
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
|
Reference in New Issue
Block a user