[cscore] Move java package to edu.wpi.first.cscore (#3294)

This is more consistent with the other Java packages, and also is more
correct, as we own the first.wpi.edu domain but not the full wpi.edu domain.
This commit is contained in:
Peter Johnson
2021-04-10 11:42:41 -07:00
committed by GitHub
parent d7fabe81fe
commit 3abe0b9d49
40 changed files with 277 additions and 277 deletions

View File

@@ -10,8 +10,8 @@ import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import edu.wpi.cscore.VideoSource;
import edu.wpi.first.cameraserver.CameraServer;
import edu.wpi.first.cscore.VideoSource;
import edu.wpi.first.networktables.NetworkTableInstance;
import java.io.IOException;
import java.nio.file.Files;