Skip to content
Snippets Groups Projects
Commit 57fcfc75 authored by Frank Dai's avatar Frank Dai
Browse files

Added parentheses for that getDouble() also has side effect

parent a3da468d
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ class PythonMLLibAPI extends Serializable {
bb.order(ByteOrder.nativeOrder())
val user = bb.getInt()
val product = bb.getInt()
val rating = bb.getDouble
val rating = bb.getDouble()
new Rating(user, product, rating)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment