Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Nov 1, 2016
1 parent 2764478 commit 0b0e3b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .jvmopts
Expand Up @@ -3,7 +3,7 @@
# see https://weblogs.java.net/blog/kcpeppe/archive/2013/12/11/case-study-jvm-hotspot-flags
-Dfile.encoding=UTF8
-Xms1G
-Xmx3G
-Xmx13G
-XX:MaxPermSize=512M
-XX:ReservedCodeCacheSize=250M
-XX:+TieredCompilation
Expand Down
Expand Up @@ -92,7 +92,6 @@ trait ArbitraryInstances extends ArbitraryJsonNumberTransformer with CogenInstan
)

implicit def arbitraryAccumulatingDecoder[A: Arbitrary]: Arbitrary[AccumulatingDecoder[A]] = Arbitrary(
//Arbitrary.arbFunction1[Json, ValidatedNel[DecodingFailure, A]].map(f =>
arbitrary[Json => ValidatedNel[DecodingFailure, A]].map(f =>
AccumulatingDecoder.instance(c => f(c.focus))
)
Expand Down

0 comments on commit 0b0e3b8

Please sign in to comment.