We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8179e5b commit 89e8b07Copy full SHA for 89e8b07
src/main/java/com/esri/samples/editing/edit_feature_attachments/EditFeatureAttachmentsSample.java
@@ -268,7 +268,7 @@ private void applyEdits(ServiceFeatureTable featureTable) {
268
// check if the server edit was successful
269
if (edits != null && edits.size() > 0) {
270
if (!edits.get(0).hasCompletedWithErrors()) {
271
- displayMessage(null, "Operation successfully");
+ displayMessage(null, "Edited feature successfully");
272
} else {
273
throw edits.get(0).getError();
274
}
0 commit comments