8000 Corrent a typo in Solvent class. · python012/Solvent@090fa06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 090fa06

Browse files
committed
Corrent a typo in Solvent class.
1 parent 40c4998 commit 090fa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/solvent/Solvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public Solvent() {
1717
I18NUtil.processI18NKeys(this);
1818
}
1919

20-
public void parseParams(String... params) {`
20+
public void parseParams(String... params) {
2121
for (String param : params) {
2222
try {
2323
String name = param.substring(0, param.indexOf('=')).trim();

0 commit comments

Comments
 (0)
0