Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/TransparentSizeableImage.java

Diff revisions: vs.
  @@ -1,8 +1,8 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets;
3 -
4 - public class TransparentSizeableImage extends SizeableImage {
5 - public TransparentSizeableImage() {
6 - super( TransparentImage.URL );
7 - }
8 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets;
3 +
4 + public class TransparentSizeableImage extends SizeableImage {
5 + public TransparentSizeableImage() {
6 + super( TransparentImage.URL );
7 + }
8 + }