Skip to content

Commit

Permalink
Fix javadoc in ExitStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
fhassak authored and fmbenhassine committed Feb 19, 2021
1 parent fc113be commit 4e02ce7
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2014 the original author or authors.
* Copyright 2006-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -54,8 +54,8 @@ public class ExitStatus implements Serializable, Comparable<ExitStatus> {
public static final ExitStatus COMPLETED = new ExitStatus("COMPLETED");

/**
* Convenient constant value representing job that did no processing (e.g.
* because it was already complete).
* Convenient constant value representing job that did no processing
* (e.g. because it was already complete).
*/
public static final ExitStatus NOOP = new ExitStatus("NOOP");

Expand Down

0 comments on commit 4e02ce7

Please sign in to comment.