From 00a17c60d7acc02bd79fff844651c08fd480b458 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Fri, 2 Mar 2018 19:59:12 +0100 Subject: [PATCH] Fix spotless error --- src/main/java/nl/esciencecenter/xenon/schedulers/JobStatus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/nl/esciencecenter/xenon/schedulers/JobStatus.java b/src/main/java/nl/esciencecenter/xenon/schedulers/JobStatus.java index bc4194841..2fb72141c 100644 --- a/src/main/java/nl/esciencecenter/xenon/schedulers/JobStatus.java +++ b/src/main/java/nl/esciencecenter/xenon/schedulers/JobStatus.java @@ -41,7 +41,7 @@ public interface JobStatus { /** * Get the state of the Job. - * + * * The state is a scheduler specific string, generally intended to be human readable. Very different state strings can be returned depending on which * 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 * {{@link #isRunning()}, {@link JobStatus#isDone()} or {@link #hasException()} instead.