diff --git a/edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java b/edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java index fe11d3b9f..0059e153f 100644 --- a/edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java +++ b/edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java @@ -793,8 +793,8 @@ public void inferTensorTensorParameters(TensorTypeAnalysis analysis, CallGraph c // check a special case where we consider type hints. boolean followTypeHints = this.getAlwaysFollowTypeHints() || this.getHybridizationParameters() != null - && this.getHybridizationParameters().getExperimentalFollowTypeHintsParamExists(); // TODO: Actually get the - // value here (#111). + // TODO: Actually get the value here (#111). + && this.getHybridizationParameters().getExperimentalFollowTypeHintsParamExists(); // if we are considering type hints. if (followTypeHints) {