- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {LocalDateTime l =
new LocalDateTime()
LocalDateTime.now()
DateTimeFormatter formatter;String text;formatter.parseLocalDateTime(text)
- Smart code suggestions by Codota
}
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyAllObservationsDeleted (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyNewObservationCancelled (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyObservationDateTimeUpdated (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyNewObservationCommitted (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyObservationItemDeleted (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }