Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.3
Description
in DataStore#flush() [0] for there is incorrect Java annotations saying that it throws an IOException when it does not. Although this is trivial to address, in my opinion it is really really important that it is corrected.
Attached a patch which fixes the improper JavaDoc in DataStore.java and WSDataStoreBase.java. Followup question: Some methods are empty in the abstract base class (e.g. WSDataStoreBase#readFields). Should those methods just be abstract?