Skip to content

Commit

Permalink
Remove auto-gen todos
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Mar 1, 2014
1 parent 5e508b1 commit 6b96ab7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/k/core/util/arrays/ResizableArrayTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,14 @@ private static void printLength(Object array) {
try {
System.out.println(Reflect.invokeMethod(int.class, "size", array));
} catch (SecurityException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IllegalArgumentException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IllegalAccessException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (NoSuchMethodException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (InvocationTargetException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
Expand Down

0 comments on commit 6b96ab7

Please sign in to comment.