Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
wyxxxcat committed Nov 28, 2024
1 parent d77bfa0 commit 8aed4c4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,13 @@ public boolean isBeingSynced() {
return isBeingSynced;
}

public void removeInvalidProperties() {
public void removeStoragePolicy() {
properties.remove(PropertyAnalyzer.PROPERTIES_STORAGE_POLICY);
storagePolicy = "";
}

public void removeInvalidProperties() {
removeStoragePolicy();
properties.remove(PropertyAnalyzer.PROPERTIES_COLOCATE_WITH);
}

Expand Down

0 comments on commit 8aed4c4

Please sign in to comment.