mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
SCRIPT Run java package replacements
This commit is contained in:
committed by
Peter Johnson
parent
12823a003d
commit
f0a3c64121
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 0. */
|
||||
public final class N0 extends Num implements Nat<N0> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 1. */
|
||||
public final class N1 extends Num implements Nat<N1> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 10. */
|
||||
public final class N10 extends Num implements Nat<N10> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 11. */
|
||||
public final class N11 extends Num implements Nat<N11> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 12. */
|
||||
public final class N12 extends Num implements Nat<N12> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 13. */
|
||||
public final class N13 extends Num implements Nat<N13> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 14. */
|
||||
public final class N14 extends Num implements Nat<N14> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 15. */
|
||||
public final class N15 extends Num implements Nat<N15> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 16. */
|
||||
public final class N16 extends Num implements Nat<N16> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 17. */
|
||||
public final class N17 extends Num implements Nat<N17> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 18. */
|
||||
public final class N18 extends Num implements Nat<N18> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 19. */
|
||||
public final class N19 extends Num implements Nat<N19> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 2. */
|
||||
public final class N2 extends Num implements Nat<N2> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 20. */
|
||||
public final class N20 extends Num implements Nat<N20> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 3. */
|
||||
public final class N3 extends Num implements Nat<N3> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 4. */
|
||||
public final class N4 extends Num implements Nat<N4> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 5. */
|
||||
public final class N5 extends Num implements Nat<N5> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 6. */
|
||||
public final class N6 extends Num implements Nat<N6> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 7. */
|
||||
public final class N7 extends Num implements Nat<N7> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 8. */
|
||||
public final class N8 extends Num implements Nat<N8> {
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math.numbers;
|
||||
package org.wpilib.math.numbers;
|
||||
|
||||
import edu.wpi.first.math.Nat;
|
||||
import edu.wpi.first.math.Num;
|
||||
import org.wpilib.math.util.Nat;
|
||||
import org.wpilib.math.util.Num;
|
||||
|
||||
/** A class representing the number 9. */
|
||||
public final class N9 extends Num implements Nat<N9> {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
// Code generated by protocol buffer compiler. Do not edit!
|
||||
package edu.wpi.first.math.proto;
|
||||
package org.wpilib.math.proto;
|
||||
|
||||
import java.io.IOException;
|
||||
import us.hebi.quickbuf.Descriptors;
|
||||
|
||||
@@ -4,31 +4,31 @@
|
||||
|
||||
// THIS FILE WAS AUTO-GENERATED BY ./wpimath/generate_numbers.py. DO NOT MODIFY
|
||||
|
||||
package edu.wpi.first.math;
|
||||
package org.wpilib.math.util;
|
||||
|
||||
// CHECKSTYLE.OFF: ImportOrder
|
||||
|
||||
import edu.wpi.first.math.numbers.N0;
|
||||
import edu.wpi.first.math.numbers.N1;
|
||||
import edu.wpi.first.math.numbers.N2;
|
||||
import edu.wpi.first.math.numbers.N3;
|
||||
import edu.wpi.first.math.numbers.N4;
|
||||
import edu.wpi.first.math.numbers.N5;
|
||||
import edu.wpi.first.math.numbers.N6;
|
||||
import edu.wpi.first.math.numbers.N7;
|
||||
import edu.wpi.first.math.numbers.N8;
|
||||
import edu.wpi.first.math.numbers.N9;
|
||||
import edu.wpi.first.math.numbers.N10;
|
||||
import edu.wpi.first.math.numbers.N11;
|
||||
import edu.wpi.first.math.numbers.N12;
|
||||
import edu.wpi.first.math.numbers.N13;
|
||||
import edu.wpi.first.math.numbers.N14;
|
||||
import edu.wpi.first.math.numbers.N15;
|
||||
import edu.wpi.first.math.numbers.N16;
|
||||
import edu.wpi.first.math.numbers.N17;
|
||||
import edu.wpi.first.math.numbers.N18;
|
||||
import edu.wpi.first.math.numbers.N19;
|
||||
import edu.wpi.first.math.numbers.N20;
|
||||
import org.wpilib.math.numbers.N0;
|
||||
import org.wpilib.math.numbers.N1;
|
||||
import org.wpilib.math.numbers.N2;
|
||||
import org.wpilib.math.numbers.N3;
|
||||
import org.wpilib.math.numbers.N4;
|
||||
import org.wpilib.math.numbers.N5;
|
||||
import org.wpilib.math.numbers.N6;
|
||||
import org.wpilib.math.numbers.N7;
|
||||
import org.wpilib.math.numbers.N8;
|
||||
import org.wpilib.math.numbers.N9;
|
||||
import org.wpilib.math.numbers.N10;
|
||||
import org.wpilib.math.numbers.N11;
|
||||
import org.wpilib.math.numbers.N12;
|
||||
import org.wpilib.math.numbers.N13;
|
||||
import org.wpilib.math.numbers.N14;
|
||||
import org.wpilib.math.numbers.N15;
|
||||
import org.wpilib.math.numbers.N16;
|
||||
import org.wpilib.math.numbers.N17;
|
||||
import org.wpilib.math.numbers.N18;
|
||||
import org.wpilib.math.numbers.N19;
|
||||
import org.wpilib.math.numbers.N20;
|
||||
// CHECKSTYLE.ON
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user