snuspl / dolphin

14 stars 2 forks source link

Duplicated throws in DataParser #43

Closed swlsw closed 9 years ago

swlsw commented 9 years ago

I think the duplicated 'ParseException' should be removed in DataParser.java

-  public T get() throws ParseException, ParseException;
+  public T get() throws ParseException;
jsjason commented 9 years ago

You're right. We left a silly typo there. Could you create a pull request for it?

jsjason commented 9 years ago

Closed via #45.