Skip to content

Commit b937a19

Browse files
committed
chore: javadocs
1 parent d917858 commit b937a19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/kotlin/spp/protocol/service/LiveInstrumentService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import spp.protocol.SourceServices
2626
import spp.protocol.instrument.*
2727

2828
/**
29-
* todo: description.
29+
* Back-end service for managing [LiveInstrument]s.
3030
*
3131
* @since 0.3.0
3232
* @author [Brandon Fergerson](mailto:bfergerson@apache.org)

src/main/kotlin/spp/protocol/service/LiveManagementService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import spp.protocol.platform.general.Service
3131
import spp.protocol.platform.status.InstanceConnection
3232

3333
/**
34-
* todo: description.
34+
* Back-end service for general and administrative tasks.
3535
*
3636
* @author [Brandon Fergerson](mailto:bfergerson@apache.org)
3737
*/

src/main/kotlin/spp/protocol/service/LiveViewService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import spp.protocol.SourceServices
2727
import spp.protocol.view.LiveViewSubscription
2828

2929
/**
30-
* todo: description.
30+
* Back-end service for managing [LiveView]s.
3131
*
3232
* @since 0.3.0
3333
* @author [Brandon Fergerson](mailto:bfergerson@apache.org)

0 commit comments

Comments
 (0)