Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1207276] Rename parentResourceId -> filterParentResourceId
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Burman committed Jul 21, 2015
1 parent d7d9c5b commit cdba34c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@ public class StorageNodeCriteria extends Criteria {
private Integer filterCqlPort;
private List<OperationMode> filterOperationMode; // requires override
private Integer filterResourceId; // requires override
private Integer parentResourceId; // requires override
private Integer filterParentResourceId; // requires override

private boolean fetchResource;

Expand Down Expand Up @@ -90,7 +90,7 @@ public void addFilterResourceId(Integer filterResourceId) {
}

public void addFilterParentResourceId(Integer filterParentResourceId) {
this.parentResourceId = filterParentResourceId;
this.filterParentResourceId = filterParentResourceId;
}

public void fetchResource(boolean fetchResource) {
Expand Down

0 comments on commit cdba34c

Please sign in to comment.