A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.phphelp / src / net / sourceforge / phpdt / httpquery / config / ConfigurationWorkingCopy.java
index 97742a3..8556ee6 100644 (file)
@@ -4,20 +4,22 @@
  * are made available under the terms of the Common Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/cpl-v10.html
- *
+ �*
  * Contributors:
  *    IBM - Initial API and implementation
  **********************************************************************/
 package net.sourceforge.phpdt.httpquery.config;
 
 /**
- *
+ * 
  */
-public class ConfigurationWorkingCopy extends Configuration implements IConfigurationWorkingCopy {
+public class ConfigurationWorkingCopy extends Configuration implements
+               IConfigurationWorkingCopy {
        protected Configuration configuration;
 
        // creation
-       public ConfigurationWorkingCopy() { }
+       public ConfigurationWorkingCopy() {
+       }
 
        // working copy
        public ConfigurationWorkingCopy(Configuration configuration) {
@@ -33,22 +35,18 @@ public class ConfigurationWorkingCopy extends Configuration implements IConfigur
                fName = name;
        }
 
-
        public void setURL(String url) {
                fUrl = url;
        }
 
-
        public void setPassword(String password) {
                fPassword = password;
        }
 
-
        public void setUser(String user) {
                fUser = user;
        }
 
-
        public void setType(String t) {
                fType = t;
        }