From 7f434dce5b914d4069c853f0a8455e0b3bf27669 Mon Sep 17 00:00:00 2001 From: annieyang Date: Mon, 11 Nov 2024 15:40:07 -0800 Subject: [PATCH] Formatting --- .../src/main/java/com/netflix/spectator/ipc/IpcSource.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spectator-ext-ipc/src/main/java/com/netflix/spectator/ipc/IpcSource.java b/spectator-ext-ipc/src/main/java/com/netflix/spectator/ipc/IpcSource.java index 5022c313e..4c7d79e8f 100644 --- a/spectator-ext-ipc/src/main/java/com/netflix/spectator/ipc/IpcSource.java +++ b/spectator-ext-ipc/src/main/java/com/netflix/spectator/ipc/IpcSource.java @@ -18,13 +18,14 @@ import com.netflix.spectator.api.Tag; public enum IpcSource implements Tag { + /** * No call was made due to errors potentially. */ none, /** - * Data source directly from EVCache as the cache implementation (when the exact cache is known). + * Data sourced directly from EVCache as the cache implementation (when the exact cache is known). */ evcache, @@ -34,7 +35,7 @@ public enum IpcSource implements Tag { cache, /** - * Static fallback used to fetch the data. + * Static fallback was used to fetch the data. */ fallback,