Skip to content

Commit

Permalink
Add some TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed May 25, 2024
1 parent c7b3694 commit 9bc0ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.List;
import java.util.Map;

public class ProcessedCategory {
public class ProcessedCategory { // TODO: replace with interface
public final String name;
public final String desc;
public final Field reflectField;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;

public class ProcessedOption {
public class ProcessedOption {// TODO: replace with interface
public final String name;
public final String desc;
public final Field field;
Expand Down

0 comments on commit 9bc0ae8

Please sign in to comment.