Skip to content

Commit 7273c24

Browse files
committed
refactor: active object comments
1 parent 962e889 commit 7273c24

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

active-object/src/main/java/com/iluwatar/activeobject/ActiveCreature.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
/**
3333
* ActiveCreature class is the base of the active object example.
34-
* @author Noam Greenshtain
3534
*
3635
*/
3736
public abstract class ActiveCreature {

active-object/src/main/java/com/iluwatar/activeobject/Orc.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
/**
2828
* An implementation of the ActiveCreature class.
29-
* @author Noam Greenshtain
3029
*
3130
*/
3231
public class Orc extends ActiveCreature {

0 commit comments

Comments
 (0)