Committed by
Gerrit Code Review
Remove obsolete todo comment
Change-Id: I6bf21d6b5c68107701fc78f77b5d1f411ea4bc6a
Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -60,9 +60,6 @@ public interface Instruction { | ... | @@ -60,9 +60,6 @@ public interface Instruction { |
60 | L3MODIFICATION | 60 | L3MODIFICATION |
61 | } | 61 | } |
62 | 62 | ||
63 | - // TODO: Create factory class 'Instructions' that will have various factory | ||
64 | - // to create specific instructions. | ||
65 | - | ||
66 | /** | 63 | /** |
67 | * Returns the type of instruction. | 64 | * Returns the type of instruction. |
68 | * @return type of instruction | 65 | * @return type of instruction | ... | ... |
-
Please register or login to post a comment