Renamed packages to org.opendaylight.openflowjava.protocol.impl.*
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / SslTrustManagerFactory.java
similarity index 97%
rename from openflow-protocol-impl/src/main/java/org/openflow/lib/SslTrustManagerFactory.java
rename to openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslTrustManagerFactory.java
index e37c8edfce5e261590baca5a0cc0fcd68d47f0fd..36e1fdaf1ce36541d9ccd920b5df4011c33a31bb 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */
-package org.openflow.lib;
+package org.opendaylight.openflowjava.protocol.impl.core;
 
 import javax.net.ssl.ManagerFactoryParameters;
 import javax.net.ssl.TrustManager;