Changeset 31229 in osm for applications/editors/josm/plugins/log4j/src
- Timestamp:
- 2015-06-07T16:54:32+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/log4j/src/org/openstreetmap/josm/plugins/log4j
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/log4j/src/org/openstreetmap/josm/plugins/log4j/Log4jPlugin.java
r28963 r31229 1 //License: GPL. Copyright 2012 Don-vip1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.plugins.log4j; 3 3 … … 5 5 import org.openstreetmap.josm.plugins.PluginInformation; 6 6 7 /** 8 * Log4j plugin brings the Log4j API to other plugins. 9 * @version 2.3 10 */ 7 11 public class Log4jPlugin extends Plugin { 12 13 /** 14 * Constructs a new {@code Log4jPlugin}. 15 * @param info plugin info 16 */ 8 17 public Log4jPlugin(PluginInformation info) { 9 18 super(info);
Note:
See TracChangeset
for help on using the changeset viewer.