File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ public boolean hasReduceRetracingParam() {
248248 */
249249 public boolean hasExperimentalCompileParam () {
250250 // Since jit_compile and experimental_compile (deprecated) have the same functionalities, when we parse these parameters together
251- // and store it into this boolean variable.
251+ // and store it into the same boolean variable.
252252 return this .jitCompileParamExists ;
253253 }
254254
@@ -259,7 +259,7 @@ public boolean hasExperimentalCompileParam() {
259259 */
260260 public boolean hasExperimentalRelaxShapesParam () {
261261 // Since reduce_retracing and experimental_relax_shapes (deprecated) have the same functionalities, when we parse these
262- // parameters together and store it into this boolean variable.
262+ // parameters together and store it into the same boolean variable.
263263 return this .reduceRetracingParamExists ;
264264 }
265265
You can’t perform that action at this time.
0 commit comments