Whitespace and formatting fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / highlevel / NotConnectedException.java
index 9902591..ecfd14b 100644 (file)
@@ -1,14 +1,14 @@
 /**
  * 
  */
+
 package net.pterodactylus.fcp.highlevel;
 
 /**
  * Exception that is thrown when an operation is tried on a not connected
  * connection.
  * 
- * @author <a href="mailto:dr@ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  */
 public class NotConnectedException extends HighLevelException {