Improved comments on visitor pattern example.
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Commander
|
||||
*
|
||||
*/
|
||||
public class Commander extends Unit {
|
||||
|
||||
public Commander(Unit... children) {
|
||||
|
Reference in New Issue
Block a user