Refactor package names for intellij
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import java.net.InetAddress;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.DatagramPacket;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
public interface BeaconReceivedListener {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import ModelFiles.*;
|
||||
import CognitiveModel.ModelFiles.*;
|
||||
|
||||
public interface DiscoveryConnectionCallback {
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
// HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY
|
||||
// PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER
|
||||
// SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
/**
|
||||
* Represents a camera view in X-Plane
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
// HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY
|
||||
// PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER
|
||||
// SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
/**
|
||||
* Represents operations that can be performed by the WYPT command.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import ModelFiles.*;
|
||||
import CognitiveModel.ModelFiles.*;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.DatagramPacket;
|
||||
|
||||
Reference in New Issue
Block a user