Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
annieyang committed Nov 11, 2024
1 parent f2f2f62 commit 7f434dc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand All @@ -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,

Expand Down

0 comments on commit 7f434dc

Please sign in to comment.