Skip to content

Commit

Permalink
style: include RV_RETURN_VALUE_IGNORED (#5152)
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed May 9, 2024
1 parent 27c0978 commit 52f15b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions spotbugs-exclude.xml
Expand Up @@ -104,9 +104,6 @@
<Match>
<Bug pattern="NP_IMMEDIATE_DEREFERENCE_OF_READLINE" />
</Match>
<Match>
<Bug pattern="RV_RETURN_VALUE_IGNORED" />
</Match>
<Match>
<Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS" />
</Match>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/thealgorithms/ciphers/HillCipher.java
Expand Up @@ -144,7 +144,6 @@ public static int determinant(int[][] a, int n) {

// Function to implement Hill Cipher
static void hillCipher(String message) {
message.toUpperCase();
System.out.println("What do you want to process from the message?");
System.out.println("Press 1: To Encrypt");
System.out.println("Press 2: To Decrypt");
Expand Down

0 comments on commit 52f15b2

Please sign in to comment.