Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * This method always throws an UnsupportedOperationException and should
- * not be used because SQL {@code Date} values do not have a time
- * component.
- *
- * @exception java.lang.UnsupportedOperationException if this method is invoked
- */
- @Override
- public Instant toInstant() {
- throw new java.lang.UnsupportedOperationException();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement