Skip to content

Commit

Permalink
Merge pull request ome#3854 from mtbc/disable-Chmod2
Browse files Browse the repository at this point in the history
do not substitute Chmod requests with Chmod2
  • Loading branch information
joshmoore committed May 27, 2015
2 parents 851e12d + a42ddd4 commit d8cb46e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,10 @@ public Ice.Object create(String name) {
new ObjectFactory(ChmodI.ice_staticId()) {
@Override
public Ice.Object create(String name) {
if (graphRequestFactory.isGraphsWrap()) {
// TODO: Chmod2 too slow to be automatically substituted for Chmod
/* if (graphRequestFactory.isGraphsWrap()) {
return new ChmodFacadeI(graphRequestFactory);
} else {
} else */ {
return new ChmodI(ic,
ctx.getBean("chmodStrategy", ChmodStrategy.class));
}
Expand Down

0 comments on commit d8cb46e

Please sign in to comment.