Skip to content

Commit c670c08

Browse files
authored
Merge pull request #578 from szprutamich/master
Version 3.49
2 parents f9e0404 + bdf709f commit c670c08

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.testdroid</groupId>
55
<artifactId>testdroid-api</artifactId>
6-
<version>3.48.0</version>
6+
<version>3.49.0</version>
77
<packaging>jar</packaging>
88
<name>Bitbar API v2</name>
99
<url>https://github.com/bitbar/testdroid-api</url>

src/main/java/com/testdroid/api/model/APIAdminDeviceType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public APIAdminDeviceType() {
2525

2626
}
2727

28+
@SuppressWarnings("squid:S107")
2829
public APIAdminDeviceType(
2930
Long id, Integer frameExtraWidth, Integer imageHeight, Integer imageLeft, String imagePrefix,
3031
Integer imageTop, Integer imageWidth, Integer imageCornerRadius) {

src/main/java/com/testdroid/api/model/APIDeviceSessionUsage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public APIDeviceSessionUsage() {
4949

5050
}
5151

52+
@SuppressWarnings("squid:S107")
5253
public APIDeviceSessionUsage(
5354
LocalDateTime createTime, String userName, Long userId, String startedByName, Long startedById,
5455
Long duration, APIDeviceSessionUsage.Type type, String deviceModelName, String osVersion) {

src/main/java/com/testdroid/api/model/APIDeviceSessionUserUsage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public APIDeviceSessionUserUsage() {
3535

3636
}
3737

38+
@SuppressWarnings("squid:S107")
3839
public APIDeviceSessionUserUsage(
3940
Long userId, String userName, Long startedById, String startedByName, Long duration,
4041
long sessions, long devices, long osVersions, double sessionShare) {

0 commit comments

Comments
 (0)