comment
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ea5b153c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ea5b153c Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ea5b153c Branch: refs/heads/feature/GEODE-1464 Commit: ea5b153c1fb642c2974739793c8b54dbde24fd81 Parents: 05c7875 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 16:38:38 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 16:38:38 2016 -0700 ---------------------------------------------------------------------- .../gemfire/internal/cache/xmlcache/RegionAttributesCreation.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ea5b153c/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/RegionAttributesCreation.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/RegionAttributesCreation.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/RegionAttributesCreation.java index 4dfe6ae..f545c4a 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/RegionAttributesCreation.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/RegionAttributesCreation.java @@ -203,12 +203,10 @@ public class RegionAttributesCreation extends UserSpecifiedRegionAttributes impl this(cc, getDefaultAttributes(cc), true); } - // used by sqlfabric public RegionAttributesCreation() { this(defaultAttributes, true); } - // used by sqlfabric public RegionAttributesCreation(RegionAttributes attrs, boolean defaults) { this(null, attrs, defaults); }
