Ignore:
Timestamp:
2016-04-09T01:35:58+02:00 (8 years ago)
Author:
Don-vip
Message:

fix unit test failing with clean jenkins workspace

File:
1 edited

Legend:

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

    r8846 r10123  
    3434     * @throws PluginListParseException if plugin manifest cannot be parsed
    3535     */
    36     protected static PluginInformation createInfo(String name, String url, String manifest) throws PluginListParseException {
     36    public static PluginInformation createInfo(String name, String url, String manifest) throws PluginListParseException {
    3737        try {
    3838            return new PluginInformation(
Note: See TracChangeset for help on using the changeset viewer.