Skip to content

Commit 2d38c2c

Browse files
committed
Merge branch 'master' of github.com:NLeSC/Xenon
2 parents 0f7995b + 00a17c6 commit 2d38c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nl/esciencecenter/xenon/schedulers/JobStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public interface JobStatus {
4141

4242
/**
4343
* Get the state of the Job.
44-
*
44+
*
4545
* The state is a scheduler specific string, generally intended to be human readable. Very different state strings can be returned depending on which
4646
* scheduler is used. Therefore, this method should only be used to provide feedback to the user. To programmatically inspect the state of the job use
4747
* {{@link #isRunning()}, {@link JobStatus#isDone()} or {@link #hasException()} instead.

0 commit comments

Comments
 (0)