Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / event / FcpInterfaceActivatedEvent.java
1 package net.pterodactylus.sone.fcp.event;
2
3 import net.pterodactylus.sone.fcp.FcpInterface;
4
5 /**
6  * Event that signals that the {@link FcpInterface} was activated in the
7  * configuration.
8  */
9 public class FcpInterfaceActivatedEvent {
10
11 }