Skip to content

Commit

Permalink
fixed sonar warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Nov 13, 2023
1 parent 9ff64ab commit 8239b48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main/kotlin/de/gmuth/ipp/client/IppSubscription.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import java.util.logging.Level
import java.util.logging.Logger
import java.util.logging.Logger.getLogger

@SuppressWarnings("kotlin:S1192")
class IppSubscription(
val printer: IppPrinter,
val attributes: IppAttributesGroup,
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/de/gmuth/ipp/core/IppAttribute.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import de.gmuth.ipp.iana.IppRegistrationsSection6.getEnumName
import java.nio.charset.Charset
import java.time.Duration
import java.time.Instant
import java.time.ZoneId
import java.time.ZoneOffset
import java.util.logging.Level
import java.util.logging.Level.INFO
Expand Down

0 comments on commit 8239b48

Please sign in to comment.