Skip to content

Commit dec6233

Browse files
committed
修改错误方法名
1 parent b27ab24 commit dec6233

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ produce it from the Program, in the form of source code under the
212212
terms of section 4, provided that you also meet all of these conditions:
213213

214214
a) The work must carry prominent notices stating that you modified
215-
it, and giving a relevant date.
215+
it, and giving a relevant from.
216216

217217
b) The work must carry prominent notices stating that it is
218218
released under this License and any conditions added under section

src/main/java/com/javabaas/javasdk/JBField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void done(boolean success, JBException e) {
9494
}
9595
}
9696

97-
public void savaInBackground(JBSaveCallback callback) {
97+
public void saveInBackground(JBSaveCallback callback) {
9898
saveToJavabaas(false, callback);
9999
}
100100

0 commit comments

Comments
 (0)