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.
1 parent 066e8d8 commit bff281cCopy full SHA for bff281c
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