We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d84f88e + b1a1a04 commit 3a03effCopy full SHA for 3a03eff
src/main/java/org/carlmontrobotics/Config.java
@@ -8,7 +8,7 @@
8
import edu.wpi.first.util.sendable.Sendable;
9
import edu.wpi.first.util.sendable.SendableBuilder;
10
11
-abstract class Config implements Sendable {
+public abstract class Config implements Sendable {
12
public static final Config CONFIG = new Config() {
13
{
14
// Override config settings here, like this:
0 commit comments