Skip to content

Commit

Permalink
Removed unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Oct 10, 2024
1 parent a443409 commit f69d1b5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ public class BallerinaInputStream extends InputStream {
public static final String STREAM_VALUE = "value";
public static final String BAL_STREAM_NEXT = "next";

public static final String ERROR_OCCURRED_WHILE_CLOSING_THE_STREAM = "Error occurred while closing the stream";
public static final String ERROR_OCCURRED_WHILE_READING_THE_STREAM = "Error occurred while reading the next " +
"element from the stream";
public static final String INTERRUPTED_ERROR_WHILE_READING_THE_STREAM = ERROR_OCCURRED_WHILE_READING_THE_STREAM +
": interrupted exception";
public static final String ERR_MSG_FORMAT = "%s: %s";
public static final String UNEXPECTED_TYPE_ERROR = ERROR_OCCURRED_WHILE_READING_THE_STREAM +
": unexpected value type";

Expand Down

0 comments on commit f69d1b5

Please sign in to comment.