commit | 6a30f603c89a1dd6ba83adc15ac700b900e42932 | [log] [tgz] |
---|---|---|
author | ramangrover29 <ramangrover29@gmail.com> | Thu Nov 21 17:46:38 2013 +0530 |
committer | ramangrover29 <ramangrover29@gmail.com> | Thu Nov 21 17:46:38 2013 +0530 |
tree | 7816dffd105190ac637705d1085e4b29569cbafc | |
parent | 92003be93c48a6e0ea46cb07c29a0419554c45f5 [diff] |
removed repetitive comment
diff --git a/algebricks/algebricks-core/src/main/java/edu/uci/ics/hyracks/algebricks/core/algebra/operators/physical/NLJoinPOperator.java b/algebricks/algebricks-core/src/main/java/edu/uci/ics/hyracks/algebricks/core/algebra/operators/physical/NLJoinPOperator.java index 63a9789..a2e697d 100644 --- a/algebricks/algebricks-core/src/main/java/edu/uci/ics/hyracks/algebricks/core/algebra/operators/physical/NLJoinPOperator.java +++ b/algebricks/algebricks-core/src/main/java/edu/uci/ics/hyracks/algebricks/core/algebra/operators/physical/NLJoinPOperator.java
@@ -57,8 +57,6 @@ import edu.uci.ics.hyracks.dataflow.std.join.NestedLoopJoinOperatorDescriptor; /** - * Left input is broadcast and preserves its local properties. Right input can - * be partitioned in any way. * Left input is broadcast and preserves its local properties. * Right input can be partitioned in any way. */ @@ -287,4 +285,4 @@ } } -} \ No newline at end of file +}