Skip to content

Commit

Permalink
Adding comment to CLI tools entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopez committed May 12, 2020
1 parent 944b4fe commit 139820e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/ConnectBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

/**
* The entry point for connect blocks CLI tool
* This is an experimental/unsupported tool
*/
public class ConnectBlocks {
public static void main(String[] args) throws IOException {
Expand Down
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/ExecuteBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

/**
* The entry point for execute blocks CLI tool
* This is an experimental/unsupported tool
*/
public class ExecuteBlocks {
public static void main(String[] args) {
Expand Down
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/ExportBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

/**
* The entry point for export blocks CLI tool
* This is an experimental/unsupported tool
*/
public class ExportBlocks {
public static void main(String[] args) {
Expand Down
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/ExportState.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

/**
* The entry point for export state CLI tool
* This is an experimental/unsupported tool
*/
public class ExportState {
public static void main(String[] args) {
Expand Down
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/ImportBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

/**
* The entry point for import blocks CLI tool
* This is an experimental/unsupported tool
*/
public class ImportBlocks {
public static void main(String[] args) throws IOException {
Expand Down
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/ImportState.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

/**
* The entry point for import state CLI tool
* This is an experimental/unsupported tool
*/
public class ImportState {
public static void main(String[] args) throws IOException {
Expand Down
1 change: 1 addition & 0 deletions rskj-core/src/main/java/co/rsk/ShowStateInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

/**
* The entry point for show state info CLI util
* This is an experimental/unsupported tool
*/
public class ShowStateInfo {
private static int nnodes;
Expand Down

0 comments on commit 139820e

Please # to comment.