Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/nonpublic/NP_UserAgent_Gecko.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.nonpublic;
3 -
4 - import org.litesoft.core.*;
5 -
6 - /**
7 - * Represents Firefox
8 - */
9 - public class NP_UserAgent_Gecko extends org.litesoft.GWT.client.UserAgent {
10 - public NP_UserAgent_Gecko() {
11 - super( BrowserFamily.Gecko );
12 - }
13 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.nonpublic;
3 +
4 + import org.litesoft.core.*;
5 +
6 + /**
7 + * Represents Firefox
8 + */
9 + public class NP_UserAgent_Gecko extends org.litesoft.GWT.client.UserAgent {
10 + public NP_UserAgent_Gecko() {
11 + super( BrowserFamily.Gecko );
12 + }
13 + }