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 936cef3 + 85c802e commit 811346fCopy full SHA for 811346f
buildSrc/src/main/java/edu/wpi/gripgenerator/templates/Operation.java
@@ -96,7 +96,7 @@ private MethodDeclaration getNameMethod() {
96
);
97
BlockStmt methodBody = new BlockStmt(
98
Collections.singletonList(new ReturnStmt(
99
- new StringLiteralExpr(definedMethod.getMethodName())))
+ new StringLiteralExpr("CV " + definedMethod.getMethodName())))
100
101
getName.setBody(methodBody);
102
return getName;
0 commit comments