We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0270c10 commit ca6e757Copy full SHA for ca6e757
README.rst
@@ -179,8 +179,8 @@ Java
179
180
private static Handler MyAwesomeJob = (gaiaArgs) -> {
181
LOGGER.info("This output will be streamed back to gaia and will be displayed in the pipeline logs.");
182
- # Just raise an exception to tell Gaia if a job failed.
183
- # throw new IllegalArgumentException("Oh no, this job failed!");
+ // Just raise an exception to tell Gaia if a job failed.
+ // throw new IllegalArgumentException("Oh no, this job failed!");
184
};
185
186
public static void main( String[] args )
0 commit comments