Tweak so TODO is marked in IDEs

This commit is contained in:
str4d
2015-03-23 12:50:33 +00:00
parent 2d31f30a22
commit 9790d3ba64

View File

@@ -83,7 +83,7 @@ import net.i2p.util.OrderedProperties;
* An I2PTunnel tracks one or more I2PTunnelTasks and one or more I2PSessions.
* Usually one of each.
*
* Todo: Most events are not listened to elsewhere, so error propagation is poor
* TODO: Most events are not listened to elsewhere, so error propagation is poor
*/
public class I2PTunnel extends EventDispatcherImpl implements Logging {
private final Log _log;