Skip to content

Commit 7054c6e

Browse files
committed
On branch edburns/dd-3012834-experimental-annotation
modified: src/main/java/com/github/copilot/CopilotExperimentalProcessor.java - Address comment from John Oliver.
1 parent bbcfc08 commit 7054c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/main/java/com/github/copilot/CopilotExperimentalProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private void reportError(Element experimentalElement, Element usageSite, String
152152
Messager messager = processingEnv.getMessager();
153153
messager.printMessage(Diagnostic.Kind.ERROR,
154154
"Use of experimental API '" + experimentalElement.getSimpleName() + "' in " + context
155-
+ " is not allowed. Add compiler option" + " -Acopilot.experimental.allowed=true to opt in.",
155+
+ " is not allowed. Add compiler option -Acopilot.experimental.allowed=true to opt in.",
156156
usageSite);
157157
}
158158
}

0 commit comments

Comments
 (0)