Skip to content

Commit 056dfe6

Browse files
committed
remove '.' in javadocs
1 parent 84300b8 commit 056dfe6

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

core/src/main/java/io/snabble/sdk/Environment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.snabble.sdk
22

33
/**
4-
* Enum describing the environment the app is using.
4+
* Enum describing the environment the app is using
55
*/
66
enum class Environment(domain: String) {
77
TESTING("snabble-testing.io"),

core/src/main/java/io/snabble/sdk/InitializationState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.snabble.sdk
22

33
/**
4-
* Enum class describing the current initialization state of the SDK.
4+
* Enum class describing the current initialization state of the SDK
55
*/
66
enum class InitializationState {
77
UNINITIALIZED,

core/src/main/java/io/snabble/sdk/Snabble.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,7 @@ object Snabble {
646646
*/
647647
val endpointBaseUrl: String
648648
get() = config.endpointBaseUrl
649-
650-
649+
651650
/**
652651
* Finds a project by it's id.
653652
*/

core/src/main/java/io/snabble/sdk/ViolationNotification.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.snabble.sdk
22

33
/**
4-
* A notification that a violation accrued.
4+
* A notification that a violation occurred
55
*/
66
data class ViolationNotification(
77
/** The name of the affected violation item, e.g. a coupon **/

0 commit comments

Comments
 (0)