refactor: active object comments

This commit is contained in:
Ilkka Seppälä
2024-05-23 18:03:48 +03:00
parent 962e8898e0
commit 7273c242b6
2 changed files with 0 additions and 2 deletions
@@ -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 {