http://gwt-code-reviews.appspot.com/1374803/diff/7004/user/src/com/google/gwt/storage/client/Storage.java
File user/src/com/google/gwt/storage/client/Storage.java (right):

http://gwt-code-reviews.appspot.com/1374803/diff/7004/user/src/com/google/gwt/storage/client/Storage.java#newcode107
user/src/com/google/gwt/storage/client/Storage.java:107: protected
static final StorageImpl impl = GWT.create(StorageImpl.class);
On 2011/03/07 16:06:30, jlabanca wrote:
Protected means that subclasses of Storage can access this. Can you
make is
package protected instead?

Done.

http://gwt-code-reviews.appspot.com/1374803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to