mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-21 06:23:53 +00:00
Improved comments on visitor pattern example.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Sergeant
|
||||
*
|
||||
*/
|
||||
public class Sergeant extends Unit {
|
||||
|
||||
public Sergeant(Unit... children) {
|
||||
|
||||
Reference in New Issue
Block a user