Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 924a067

Browse files
committed
Removed unused dependency and added a comment con CheckConsistency
1 parent f2eccc8 commit 924a067

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

jota/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
<groupId>org.slf4j</groupId>
3333
<artifactId>slf4j-api</artifactId>
3434
</dependency>
35-
<dependency>
36-
<groupId>commons-io</groupId>
37-
<artifactId>commons-io</artifactId>
38-
</dependency>
39-
4035
<dependency>
4136
<groupId>junit</groupId>
4237
<artifactId>junit</artifactId>

jota/src/main/java/jota/dto/response/CheckConsistencyResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public boolean getState() {
1919

2020
/**
2121
* If state is false, this provides information on the cause of the inconsistency.
22-
* @return
22+
* @return the information of the state of the tail transactions
2323
*/
2424
public String getInfo() {
2525
return info;

0 commit comments

Comments
 (0)