Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 authored and tobiasKaminsky committed Aug 20, 2024
1 parent 88f64a5 commit 56fb2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ private OCCapability parseResponse(String response) throws JSONException {

if (respFiles.has(FORBIDDEN_FILENAME_BASE_NAMES)) {
JSONArray result = respFiles.getJSONArray(FORBIDDEN_FILENAME_BASE_NAMES);
capability.setForbiddenFilenameBaseNames(result.toString());
capability.setForbiddenFilenameBaseNamesJson(result.toString());
}
// endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class OCCapability {
var forbiddenFilenameCharactersJson: String? = null
var forbiddenFilenamesJson: String? = null
var forbiddenFilenameExtensionJson: String? = null
var forbiddenFilenameBaseNames: String? = null
var forbiddenFilenameBaseNamesJson: String? = null

// Etag for capabilities
var etag: String? = ""
Expand Down

0 comments on commit 56fb2f1

Please sign in to comment.