Changeset 1278 for trunk


Ignore:
Timestamp:
04/02/19 16:52:47 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/Authenticator.java

    r1277 r1278  
    264264                try(Scanner in = new Scanner(lastAccessedFile)) {
    265265                        timestamp = format.parse(in.nextLine());
     266                } catch (ParseException e) {
     267                        System.err.println("Failed to clear old messages from database file.");
     268                        return; // Not the end of the world if we cannot clear out old messages.
    266269                }
    267270               
Note: See TracChangeset for help on using the changeset viewer.