You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/09/09 15:22:47 UTC

[sling-org-apache-sling-commons-clam] 07/25: style

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit ae3e5ce7e5afc20e7aa0260e0d93017e39a9a343
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Aug 18 10:57:52 2021 +0200

    style
---
 src/main/java/org/apache/sling/commons/clam/ScanResult.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/sling/commons/clam/ScanResult.java b/src/main/java/org/apache/sling/commons/clam/ScanResult.java
index 4e57080..1483717 100644
--- a/src/main/java/org/apache/sling/commons/clam/ScanResult.java
+++ b/src/main/java/org/apache/sling/commons/clam/ScanResult.java
@@ -48,13 +48,11 @@ public class ScanResult {
         return timestamp;
     }
 
-    @NotNull
-    public Status getStatus() {
+    public @NotNull Status getStatus() {
         return status;
     }
 
-    @NotNull
-    public String getMessage() {
+    public @NotNull String getMessage() {
         return message;
     }