Skip to content

Commit 97ecb4e

Browse files
committed
chore: update
1 parent e4e3ac7 commit 97ecb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-platform-java/GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Showcase integration tests are run against a local server that implements the Sh
136136

137137
1. Minimize scope; avoid `public` unless necessary.
138138
2. Use short names over fully qualified names.
139-
3. Avoid `@ObsoleteApi` or `@Deprecated` methods unless necessary.
139+
3. Avoid calling `@ObsoleteApi` or `@Deprecated` methods unless there are no alternatives.
140140
4. Avoid unnecessary formatting changes to keep diffs clean.
141141
5. Use `mvn` for everything other than the `test/integration` folder.
142142

0 commit comments

Comments
 (0)