Skip to content

Commit 2438e85

Browse files
authored
Merge pull request #1441 from SpiNNakerManchester/dependabot/maven/com.puppycrawl.tools-checkstyle-13.3.0
Bump com.puppycrawl.tools:checkstyle from 13.2.0 to 13.3.0
2 parents 557205a + be11557 commit 2438e85

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

SpiNNaker-storage/src/main/java/uk/ac/manchester/spinnaker/storage/sqlite/SQLiteBufferStorage.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private static int getLastExtractionId(
8181
}
8282
}
8383
throw new IllegalStateException(
84-
"could not find last extraction id");
84+
"could not find last extraction id");
8585
}
8686

8787
private static int getRecordingCore(Connection conn, CoreLocation core)
@@ -153,7 +153,7 @@ private static int getDownloadRegion(Connection conn, int coreID,
153153
}
154154
}
155155
throw new IllegalStateException(
156-
"could not make or find recording region record");
156+
"could not make or find recording region record");
157157
}
158158

159159
private static int getExistingRecordingRegion(
@@ -168,7 +168,7 @@ private static int getExistingRecordingRegion(
168168
}
169169
}
170170
throw new IllegalStateException(
171-
"could not find recording region record");
171+
"could not find recording region record");
172172
}
173173

174174
private static int getExistingDownloadRegion(
@@ -183,7 +183,7 @@ private static int getExistingDownloadRegion(
183183
}
184184
}
185185
throw new IllegalStateException(
186-
"could not find recording region record");
186+
"could not find recording region record");
187187
}
188188

189189
private static int insertMockExtraction(Connection conn)
@@ -197,7 +197,7 @@ private static int insertMockExtraction(Connection conn)
197197
}
198198
}
199199
throw new IllegalStateException(
200-
"could not mock an extraction record");
200+
"could not mock an extraction record");
201201
}
202202

203203
public void insertMockExtraction() throws StorageException {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<forbidden.keywords.re>\bFIXME\b|Auto-generated method stub</forbidden.keywords.re>
3434

3535
<junit.version>6.0.3</junit.version>
36-
<checkstyle.version>13.2.0</checkstyle.version>
36+
<checkstyle.version>13.3.0</checkstyle.version>
3737
<javadoc.version>3.12.0</javadoc.version>
3838
<testing.version>3.5.5</testing.version>
3939

0 commit comments

Comments
 (0)