Преглед изворни кода

Greboid appleasal (is that even a word?)


git-svn-id: http://svn.dmdirc.com/trunk@111 00569f92-eb28-0410-84fd-f71c24880f
tags/0.1
Shane Mc Cormack пре 17 година
родитељ
комит
6fe5da9520
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/uk/org/ownage/dmdirc/parser/ChannelClientInfo.java

+ 1
- 1
src/uk/org/ownage/dmdirc/parser/ChannelClientInfo.java Прегледај датотеку

@@ -91,7 +91,7 @@ public class ChannelClientInfo {
91 91
 
92 92
 		for (int i = 1; i < myParser.nNextKeyPrefix; i = i*2) {
93 93
 			if ((nModes & i) == i) {
94
-				// Fixme - There must be a better alternative?
94
+				// There may be a better alternative to this, but this works well. (Gets the prefix modes in order)
95 95
 				for (Enumeration e = myParser.hPrefixModes.keys(); e.hasMoreElements();) {
96 96
 					cTemp = (Character)e.nextElement();
97 97
 					nTemp = (Integer)myParser.hPrefixModes.get(cTemp);

Loading…
Откажи
Сачувај