Author: bfoster
Date: Thu Jun 16 18:37:34 2011
New Revision: 1136592
URL: http://svn.apache.org/viewvc?rev=1136592&view=rev
Log:
- cleanup
--------------
OODT-194
Modified:
oodt/branches/protocol/protocol-api/src/main/java/org/apache/oodt/cas/protocol/action/GetSupportedFactoriesAction.java
Modified:
oodt/branches/protocol/protocol-api/src/main/java/org/apache/oodt/cas/protocol/action/GetSupportedFactoriesAction.java
URL:
http://svn.apache.org/viewvc/oodt/branches/protocol/protocol-api/src/main/java/org/apache/oodt/cas/protocol/action/GetSupportedFactoriesAction.java?rev=1136592&r1=1136591&r2=1136592&view=diff
==============================================================================
---
oodt/branches/protocol/protocol-api/src/main/java/org/apache/oodt/cas/protocol/action/GetSupportedFactoriesAction.java
(original)
+++
oodt/branches/protocol/protocol-api/src/main/java/org/apache/oodt/cas/protocol/action/GetSupportedFactoriesAction.java
Thu Jun 16 18:37:34 2011
@@ -1,8 +1,30 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.apache.oodt.cas.protocol.action;
+// OODT imports
import org.apache.oodt.cas.protocol.ProtocolFactory;
import org.apache.oodt.cas.protocol.system.ProtocolManager;
+/**
+ * {@link ProtocolAction} for get a list of supported {@link ProtocolFactory}s.
+ *
+ * @author bfoster
+ */
public class GetSupportedFactoriesAction extends ProtocolAction {
@Override