Skip to content

Commit f8f26d9

Browse files
committed
Clone scala/math/BigDecimal.scala
1 parent 53d326a commit f8f26d9

File tree

2 files changed

+722
-1
lines changed

2 files changed

+722
-1
lines changed

stdlib-bootstrapped/src/scala/collection/convert/JavaCollectionWrappers.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ private[collection] object JavaCollectionWrappers extends Serializable {
246246
def getKey = k
247247
def getValue = v
248248
def setValue(v1 : V) = self.put(k, v1)
249-
249+
250250
// It's important that this implementation conform to the contract
251251
// specified in the javadocs of java.util.Map.Entry.hashCode
252252
//

0 commit comments

Comments
 (0)