Skip to content

Commit ca6e757

Browse files
authored
Fixed wrong comment
1 parent 0270c10 commit ca6e757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ Java
179179
180180
private static Handler MyAwesomeJob = (gaiaArgs) -> {
181181
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!");
182+
// Just raise an exception to tell Gaia if a job failed.
183+
// throw new IllegalArgumentException("Oh no, this job failed!");
184184
};
185185
186186
public static void main( String[] args )

0 commit comments

Comments
 (0)