commit | 33f90a54e5a84215569fd1a2f10adcfaf32cffd1 | [log] [tgz] |
---|---|---|
author | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Nov 08 12:49:09 2010 +0000 |
committer | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Nov 08 12:49:09 2010 +0000 |
tree | e7723f63a9268c403c6ade4c1aca97e134884e8c | |
parent | 94de7adcf3732a45b3b843a5adcc6fdce4ebcfb1 [diff] |
Fix checkstyle violation in SplitLayoutPanel. Review by: fabbott@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9195 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java b/user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java index e34870e..fefd6bb 100644 --- a/user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java +++ b/user/src/com/google/gwt/user/client/ui/SplitLayoutPanel.java
@@ -219,14 +219,14 @@ private static final int DEFAULT_SPLITTER_SIZE = 8; - private final int splitterSize; - /** * The element that masks the screen so we can catch mouse events over * iframes. */ private static Element glassElem = null; + private final int splitterSize; + /** * Construct a new {@link SplitLayoutPanel} with the default splitter size of * 8px.