Skip to content

Commit 2907499

Browse files
committed
Make EmulatorContainer final.
1 parent beadbc1 commit 2907499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutil-gcloud/src/main/java/io/spine/testing/server/storage/datastore/EmulatorContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* <p>The container is started in its "full consistency" mode.
1818
*/
19-
class EmulatorContainer extends DatastoreEmulatorContainer {
19+
final class EmulatorContainer extends DatastoreEmulatorContainer {
2020

2121
/**
2222
* A template of BASH command to execute upon Docker container start.

0 commit comments

Comments
 (0)