[google-web-toolkit] r7353 committed - Fixes a checkstyle error introduced in r7352....

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 4, 2010, 10:21:52 PM1/4/10
to gwt...@gmail.com
Revision: 7353
Author: kpr...@google.com
Date: Mon Jan 4 19:21:08 2010
Log: Fixes a checkstyle error introduced in r7352.

Review by: rice (TBR)


http://code.google.com/p/google-web-toolkit/source/detail?r=7353

Modified:
/trunk/user/super/com/google/gwt/emul/java/sql/Timestamp.java

=======================================
--- /trunk/user/super/com/google/gwt/emul/java/sql/Timestamp.java Mon Jan
4 11:06:23 2010
+++ /trunk/user/super/com/google/gwt/emul/java/sql/Timestamp.java Mon Jan
4 19:21:08 2010
@@ -44,7 +44,7 @@
if (hasNanos) {
String nanosString = timeComponents[1];
int len = nanosString.length();
- assert(len > 0); // len must be > 0 if hasNanos is true
+ assert len > 0; // len must be > 0 if hasNanos is true
if (len > 9) {
throw new IllegalArgumentException("Invalid escape format: " + s);
}

Reply all
Reply to author
Forward
0 new messages