Ignore:
Timestamp:
2014-04-26T17:39:23+02:00 (10 years ago)
Author:
Don-vip
Message:

see #8465 - use diamond operator where applicable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java

    r6920 r7005  
    5858     */
    5959    public List<PluginInformation> parse(InputStream in) throws PluginListParseException{
    60         List<PluginInformation> ret = new LinkedList<PluginInformation>();
     60        List<PluginInformation> ret = new LinkedList<>();
    6161        BufferedReader r = null;
    6262        try {
Note: See TracChangeset for help on using the changeset viewer.