summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-08-25 12:21:09 +0200
committerJon Bratseth <bratseth@gmail.com>2020-08-25 12:21:09 +0200
commit7c4ca0a828398bb6c8c456daa05b3f965dad58ad (patch)
treed7f2c13d13031d6eb67ae7a9391ad2f704b3e2fa /vespajlib
parent270d9fefe61c3780f36764c225a7d19e9115e057 (diff)
Reduce noise
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/concurrent/maintenance/Maintainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/concurrent/maintenance/Maintainer.java b/vespajlib/src/main/java/com/yahoo/concurrent/maintenance/Maintainer.java
index eb9b91c812c..b1d6fd99333 100644
--- a/vespajlib/src/main/java/com/yahoo/concurrent/maintenance/Maintainer.java
+++ b/vespajlib/src/main/java/com/yahoo/concurrent/maintenance/Maintainer.java
@@ -74,7 +74,7 @@ public abstract class Maintainer implements Runnable, AutoCloseable {
@Override
public final String toString() { return name(); }
- /** Called once each time this maintenance job should run. Returns whether the maintenance run was succesful */
+ /** Called once each time this maintenance job should run. Returns whether the maintenance run was successful */
protected abstract boolean maintain();
/** Returns the interval at which this job is set to run */