Selaa lähdekoodia

Fix testcases after changes from issue 617

Minor javadoc change(s)

git-svn-id: http://svn.dmdirc.com/trunk@3126 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 vuotta sitten
vanhempi
commit
0bc91ddd77

+ 2
- 1
src/com/dmdirc/commandparser/CommandInfo.java Näytä tiedosto

@@ -23,7 +23,8 @@
23 23
 package com.dmdirc.commandparser;
24 24
 
25 25
 /**
26
- *
26
+ * Describes a command.
27
+ * 
27 28
  * @author chris
28 29
  */
29 30
 public abstract class CommandInfo {

+ 1
- 1
test/com/dmdirc/WritableFrameContainerTest.java Näytä tiedosto

@@ -76,7 +76,7 @@ class BasicWritableFrameContainer extends WritableFrameContainer {
76 76
         return null;
77 77
     }
78 78
     
79
-    public void close() {
79
+    public void windowClosing() {
80 80
         // Do nothing
81 81
     }
82 82
     

Loading…
Peruuta
Tallenna