Skip to content

Commit 1199d55

Browse files
Initial primary storage pool plugin skeleton - added license string + added EOF fixes + correcting license header
1 parent b82fb40 commit 1199d55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/driver/OntapPrimaryDatastoreDriver.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package org.apache.cloudstack.storage.driver;
2-
31
/*
42
* Licensed to the Apache Software Foundation (ASF) under one
53
* or more contributor license agreements. See the NOTICE file
@@ -18,6 +16,7 @@
1816
* specific language governing permissions and limitations
1917
* under the License.
2018
*/
19+
package org.apache.cloudstack.storage.driver;
2120

2221
import com.cloud.agent.api.to.DataStoreTO;
2322
import com.cloud.agent.api.to.DataTO;

0 commit comments

Comments
 (0)