aboutsummaryrefslogtreecommitdiff
path: root/src/com/wilko/jaim/FLAPFrameException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/wilko/jaim/FLAPFrameException.java')
-rw-r--r--src/com/wilko/jaim/FLAPFrameException.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/wilko/jaim/FLAPFrameException.java b/src/com/wilko/jaim/FLAPFrameException.java
index 75ecfc5..c30281b 100644
--- a/src/com/wilko/jaim/FLAPFrameException.java
+++ b/src/com/wilko/jaim/FLAPFrameException.java
@@ -1,4 +1,4 @@
-/*
+/*
* (C) 2002 Paul Wilkinson wilko@users.sourceforge.net
*
* This program is free software; you can redistribute it and/or modify
@@ -26,8 +26,7 @@
package com.wilko.jaim;
/**
- *
- * @author paulw
+ * @author paulw
* @version $Revision: 1.3 $
*/
public class FLAPFrameException extends java.lang.Exception {
@@ -41,6 +40,7 @@ public class FLAPFrameException extends java.lang.Exception {
/**
* Constructs an <code>FLAPFrameException</code> with the specified detail message.
+ *
* @param msg the detail message.
*/
public FLAPFrameException(String msg) {