Skip to content

Commit 9b6b5d0

Browse files
Fixed compile blocking style error.
1 parent feed57f commit 9b6b5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fili-core/src/main/java/com/yahoo/bard/webservice/data/dimension/KeyValueStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface KeyValueStore extends Closeable {
5050
String get(@NotNull String key);
5151

5252
/**
53-
* Get the value for a key from store or provide a default
53+
* Get the value for a key from store or provide a default.
5454
*
5555
* @param key Key to get the value for
5656
* @param defaultValue A default value in case key is null

0 commit comments

Comments
 (0)