We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776b4c6 commit d9dc5f0Copy full SHA for d9dc5f0
lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/FDv2DataSystem.java
@@ -86,10 +86,10 @@ public Initializer build() {
86
* <p>
87
* This is a placeholder implementation. Not all dependencies are yet implemented.
88
*
89
- * @param logger the logger
90
- * @param config the SDK configuration
+ * @param logger the logger
+ * @param config the SDK configuration
91
* @param clientContext the client context
92
- * @param logConfig the logging configuration
+ * @param logConfig the logging configuration
93
* @return a new FDv2DataSystem instance
94
* @throws UnsupportedOperationException since this is not yet fully implemented
95
*/
0 commit comments