Skip to content

Commit 35d2d25

Browse files
committed
refactor: rename file
1 parent 5cb9607 commit 35d2d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/kintone/client/model/record/RecordUpdateResult.java renamed to src/main/java/com/kintone/client/model/record/RecordUpsertResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import lombok.Value;
44

5-
/** A value that contains the record ID, revision, and operation, returned by Update Records API. */
5+
/** A value that contains the record ID, revision, and operation, returned by Upsert Records API. */
66
@Value
77
public class RecordUpsertResult {
88

0 commit comments

Comments
 (0)