Merge "Reorder modifiers"
[so.git] / adapters / mso-adapter-utils / src / main / java / org / openecomp / mso / cloud / authentication / wrappers / RackspaceAPIKeyWrapper.java
index 5cf5587..e82306b 100644 (file)
@@ -35,16 +35,6 @@ import com.woorea.openstack.keystone.model.Authentication;
  */\r
 public class RackspaceAPIKeyWrapper extends AuthenticationWrapper {\r
 \r
-       /**\r
-        * \r
-        */\r
-       public RackspaceAPIKeyWrapper() {\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.openecomp.mso.cloud.authentication.AuthenticationWrapper#getAuthentication(org.openecomp.mso.cloud.CloudIdentity)\r
-        */\r
        @Override\r
        public Authentication getAuthentication(CloudIdentity cloudIdentity) {\r
                if (cloudIdentity == null) {\r