Skip to content

Commit 84e6164

Browse files
committed
Apply Spring JavaFormat
1 parent 0e1a536 commit 84e6164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/spring-ai-vertex-ai-gemini/src/main/java/org/springframework/ai/vertexai/gemini/common/VertexAiGeminiSafetySetting.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public int getValue() {
8383

8484
private final HarmBlockMethod method;
8585

86-
8786
private VertexAiGeminiSafetySetting(Builder builder) {
8887
this.category = builder.category;
8988
this.threshold = builder.threshold;
@@ -93,9 +92,11 @@ private VertexAiGeminiSafetySetting(Builder builder) {
9392
public HarmCategory getCategory() {
9493
return this.category;
9594
}
95+
9696
public HarmBlockThreshold getThreshold() {
9797
return this.threshold;
9898
}
99+
99100
public HarmBlockMethod getMethod() {
100101
return this.method;
101102
}

0 commit comments

Comments
 (0)