FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix ambiguous overload in Java 9 by xuwei-k · Pull Request #415 · msgpack/msgpack-java · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .scala  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ class MessageBufferTest
"convert to ByteBuffer" in {
for (t <- buffers) {
val bb = t.sliceAsByteBuffer
bb.position shouldBe 0
bb.limit shouldBe 10
bb.position() shouldBe 0
bb.limit() shouldBe 10
bb.capacity shouldBe 10
}
}
Expand Down

Back | FazBrowse Home | New Git URL