Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1600#discussion_r77074337 --- Diff: core/src/org/apache/cloudstack/storage/to/PrimaryDataStoreTO.java --- @@ -51,6 +50,7 @@ private final String url; private Map<String, String> details; private static final String pathSeparator = "/"; + private boolean isManaged; --- End diff -- Since no mutator is exposed and the value gets set in the constructor, considering making it ``final``.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---