Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jssun / security / action / GetPropertyAction.js
index 65029b1..6a384ee 100644 (file)
@@ -1,22 +1,22 @@
-Clazz.declarePackage ("jssun.security.action");\r
-Clazz.load (["java.security.PrivilegedAction"], "jssun.security.action.GetPropertyAction", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.theProp = null;\r
-this.defaultVal = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jssun.security.action, "GetPropertyAction", null, java.security.PrivilegedAction);\r
-Clazz.makeConstructor (c$, \r
-function (theProp) {\r
-this.theProp = theProp;\r
-}, "~S");\r
-Clazz.makeConstructor (c$, \r
-function (theProp, defaultVal) {\r
-this.theProp = theProp;\r
-this.defaultVal = defaultVal;\r
-}, "~S,~S");\r
-Clazz.overrideMethod (c$, "run", \r
-function () {\r
-var value = System.getProperty (this.theProp);\r
-return (value == null ? this.defaultVal : value);\r
-});\r
-});\r
+Clazz.declarePackage ("jssun.security.action");
+Clazz.load (["java.security.PrivilegedAction"], "jssun.security.action.GetPropertyAction", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.theProp = null;
+this.defaultVal = null;
+Clazz.instantialize (this, arguments);
+}, jssun.security.action, "GetPropertyAction", null, java.security.PrivilegedAction);
+Clazz.makeConstructor (c$, 
+function (theProp) {
+this.theProp = theProp;
+}, "~S");
+Clazz.makeConstructor (c$, 
+function (theProp, defaultVal) {
+this.theProp = theProp;
+this.defaultVal = defaultVal;
+}, "~S,~S");
+Clazz.overrideMethod (c$, "run", 
+function () {
+var value = System.getProperty (this.theProp);
+return (value == null ? this.defaultVal : value);
+});
+});