aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-06-25 14:50:11 -0400
committerAdam Domurad <[email protected]>2012-06-25 14:50:11 -0400
commit66e55100f348e6ac78a90da87761776240aa0131 (patch)
tree3b2b02e117c6ffac0680316528a11eb5e5faa948 /netx/net
parentc3df18186118ffb9164caa25bb96ef428f8233fe (diff)
Small comment cleanup to classes with missing or wrong descriptions.
Diffstat (limited to 'netx/net')
-rw-r--r--netx/net/sourceforge/jnlp/PluginBridge.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/PluginBridge.java b/netx/net/sourceforge/jnlp/PluginBridge.java
index d241f7c..87f9f06 100644
--- a/netx/net/sourceforge/jnlp/PluginBridge.java
+++ b/netx/net/sourceforge/jnlp/PluginBridge.java
@@ -34,6 +34,10 @@ import java.util.Map;
import net.sourceforge.jnlp.runtime.JNLPRuntime;
+/**
+ * Allows reuse of code that expects a JNLPFile object,
+ * while overriding behaviour specific to applets.
+ */
public class PluginBridge extends JNLPFile {
String name;