Skip to content

Commit 74be55e

Browse files
committed
Deprecated annotations changed to lowercase
1 parent 97400b2 commit 74be55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openai-core/src/main/scala/io/cequence/openaiscala/service/OpenAIMultiServiceAdapter.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ private class OpenAIMultiServiceRandomAccessAdapter(
4141
*/
4242
object OpenAIMultiServiceAdapter {
4343

44-
@Deprecated("Use ofRoundRobinType instead")
44+
@deprecated("Use ofRoundRobinType instead")
4545
def ofRotationType(underlyings: OpenAIService*): OpenAIService =
4646
ofRoundRobinType(underlyings:_*)
4747

48-
@Deprecated("Use ofRandomOrderType instead")
48+
@deprecated("Use ofRandomOrderType instead")
4949
def ofRandomAccessType(underlyings: OpenAIService*): OpenAIService =
5050
ofRandomOrderType(underlyings:_*)
5151

0 commit comments

Comments
 (0)