Skip to content

Commit c506641

Browse files
committed
add suppression
1 parent 23fed1c commit c506641

File tree

1 file changed

+1
-0
lines changed
  • kotlin-atlassian-client-core-common/src/main/kotlin/com/linkedplanet/kotlinatlassianclientcore/common/api

1 file changed

+1
-0
lines changed

kotlin-atlassian-client-core-common/src/main/kotlin/com/linkedplanet/kotlinatlassianclientcore/common/api/Page.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ open class Page<T> (
2828
@field:NotNull val currentPageIndex: Int,
2929
@field:NotNull val pageSize: Int
3030
) {
31+
@Suppress("unused") // useful for inheritance by clients
3132
constructor() : this(emptyList<T>(), 0, 0, 0, 1)
3233

3334
override fun equals(other: Any?): Boolean {

0 commit comments

Comments
 (0)