Skip to content

Commit 8e39b3e

Browse files
committed
fix
1 parent b97eca1 commit 8e39b3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/encodings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package top.mryan2005.simplifiedjava;
22

33
public class Hash {
4-
String hash;
5-
String salt;
4+
public String hash;
5+
public String salt;
66
boolean isSalted;
77
}

0 commit comments

Comments
 (0)