You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature is public void setDatePrecision(String datePrecision) throws SQLException, but at no point in the code a SQLException is thrown.
This just adds unnecessary boilerplate code. Please remove.
The text was updated successfully, but these errors were encountered:
The signature is
public void setDatePrecision(String datePrecision) throws SQLException
, but at no point in the code aSQLException
is thrown.This just adds unnecessary boilerplate code. Please remove.
The text was updated successfully, but these errors were encountered: