Changeset 7651
- Timestamp:
- 03/08/08 18:39:32 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/java/irclib/trunk/irclib/src/main/java/com/mac/tarchan/irc/IRCMessage.java
r3020 r7651 506 506 String g = kana.group(); 507 507 byte[] b = getRowBytes(g); 508 System.out.println("kana" + (count++) + "=" + g + ",["509 + toHexString(b) + "]");508 //System.out.println("kana" + (count++) + "=" + g + ",[" 509 // + toHexString(b) + "]"); 510 510 int end = b.length - 3; 511 511 // [ESC](J -> [ESC](I … … 635 635 public void formatTo(Formatter formatter, int flags, int width, 636 636 int precision) { 637 System.out.println("formatTo=" + formatter + "," + flags + "," + width638 + "," + precision);637 //System.out.println("formatTo=" + formatter + "," + flags + "," + width 638 // + "," + precision); 639 639 } 640 640 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)