Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
started on the paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaldez7206 committed Jan 16, 2024
1 parent 15034d4 commit 63ccb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/autos/PPExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class PPExample {

public PPExample(Swerve swerve) {

Check warning on line 9 in src/main/java/frc/robot/autos/PPExample.java

View workflow job for this annotation

GitHub Actions / testtool

[testtool] src/main/java/frc/robot/autos/PPExample.java#L9 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/autos/PPExample.java:9:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
this.swerve = swerve;
PathPlannerPath examplepath = new PathPlannerPath.fromPathFile("Example Path")
PathPlannerPath examplepath = new PathPlannerPath.fromPathFile("Example Path");

}
}

0 comments on commit 63ccb87

Please sign in to comment.