Skip to content

Commit d342394

Browse files
committed
And remove extra newlines
1 parent fc8f98e commit d342394

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

core/src/main/scala/org/apache/spark/util/collection/PartitionedAppendOnlyMap.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ private[spark] class PartitionedAppendOnlyMap[K, V]
3737
update((partition, key), value)
3838
}
3939
}
40-

core/src/main/scala/org/apache/spark/util/collection/PartitionedPairBuffer.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,3 @@ private[spark] class PartitionedPairBuffer[K, V](initialCapacity: Int = 64)
9898
private object PartitionedPairBuffer {
9999
val MAXIMUM_CAPACITY = Int.MaxValue / 2 // 2 ^ 30 - 1
100100
}
101-

core/src/main/scala/org/apache/spark/util/collection/WritablePartitionedPairCollection.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,3 @@ private[spark] trait WritablePartitionedIterator {
127127

128128
def nextPartition(): Int
129129
}
130-

0 commit comments

Comments
 (0)