mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 00:25:54 +00:00
refactor: active object comments
This commit is contained in:
@@ -31,7 +31,6 @@ import org.slf4j.LoggerFactory;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* ActiveCreature class is the base of the active object example.
|
* ActiveCreature class is the base of the active object example.
|
||||||
* @author Noam Greenshtain
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public abstract class ActiveCreature {
|
public abstract class ActiveCreature {
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ package com.iluwatar.activeobject;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* An implementation of the ActiveCreature class.
|
* An implementation of the ActiveCreature class.
|
||||||
* @author Noam Greenshtain
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class Orc extends ActiveCreature {
|
public class Orc extends ActiveCreature {
|
||||||
|
|||||||
Reference in New Issue
Block a user