Refactor package names for intellij

This commit is contained in:
cs-powell
2024-12-05 23:48:34 -05:00
parent 9585fe9d4a
commit 2297854c28
30 changed files with 676 additions and 673 deletions

View File

@@ -1,4 +1,4 @@
package ModelFiles.XPCdependencies;
package CognitiveModel.ModelFiles.XPCdependencies;
import java.net.InetAddress;

View File

@@ -1,4 +1,4 @@
package ModelFiles.XPCdependencies;
package CognitiveModel.ModelFiles.XPCdependencies;
import java.io.IOException;
import java.net.DatagramPacket;

View File

@@ -1,4 +1,4 @@
package ModelFiles.XPCdependencies;
package CognitiveModel.ModelFiles.XPCdependencies;
public interface BeaconReceivedListener {

View File

@@ -1,6 +1,6 @@
package ModelFiles.XPCdependencies;
package CognitiveModel.ModelFiles.XPCdependencies;
import ModelFiles.*;
import CognitiveModel.ModelFiles.*;
public interface DiscoveryConnectionCallback {

View File

@@ -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

View File

@@ -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.

View File

@@ -1,6 +1,6 @@
package ModelFiles.XPCdependencies;
package CognitiveModel.ModelFiles.XPCdependencies;
import ModelFiles.*;
import CognitiveModel.ModelFiles.*;
import java.io.IOException;
import java.net.DatagramPacket;