Project

General

Profile

« Previous | Next » 

Revision 9398c95d

Added by Andreas Müller almost 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/MessagingUtils.java
315 315
        // We need to build a MultiStatus object since the simple
316 316
        // idea of writing out the stack trace as a single string
317 317
        // leads to a single line on windows
318
        List<Status> childStatuses = new ArrayList<Status>();
318
        List<Status> childStatuses = new ArrayList<>();
319 319

  
320 320
        // add context info
321 321
        List<String> contextInfo = getContextInfo();

Also available in: Unified diff