Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/iconservice/TaskbarFavoriteEntry.java

Diff revisions: vs.
  @@ -1,15 +1,15 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.iconservice;
3 -
4 - public class TaskbarFavoriteEntry extends TaskbarEntry {
5 - private String mFactoryRef;
6 -
7 - public TaskbarFavoriteEntry( String pFactoryRef ) {
8 - set( IconServiceLocator.get().getDefinition( pFactoryRef, null ) );
9 - mFactoryRef = pFactoryRef;
10 - }
11 -
12 - public String getFactoryRef() {
13 - return mFactoryRef;
14 - }
15 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.iconservice;
3 +
4 + public class TaskbarFavoriteEntry extends TaskbarEntry {
5 + private String mFactoryRef;
6 +
7 + public TaskbarFavoriteEntry( String pFactoryRef ) {
8 + set( IconServiceLocator.get().getDefinition( pFactoryRef, null ) );
9 + mFactoryRef = pFactoryRef;
10 + }
11 +
12 + public String getFactoryRef() {
13 + return mFactoryRef;
14 + }
15 + }