Skip to content

Commit

Permalink
Merge pull request #282 from altoo-ag/fixScalaDoc
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
danischroeter authored Mar 11, 2022
2 parents 03453c0 + 705495a commit 1be77ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fullTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
java-version: '${{ matrix.java }}'
distribution: 'adopt'
- name: Run tests with Akka 2.6 and Scala 2.12,2.13,3.0
run: sbt +test
run: sbt +test +doc
- name: Run tests with Akka 2.5 and Scala 2.13
run: sbt -Dakka.build.version=2.5.32 clean test
run: sbt -Dakka.build.version=2.5.32 clean test doc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DefaultKryoInitializer {


/**
* Overwrite to change default enumeration serializer to [[EnumerationNameSerializer]] instead of [[EnumerationSerializer]].
* Overwrite to change default enumeration serializer to [[io.altoo.akka.serialization.kryo.serializer.scala.EnumerationNameSerializer]] instead of [[io.altoo.akka.serialization.kryo.serializer.scala.EnumerationSerializer]].
* Release 2.5.0 will change default.
*/
protected def defaultEnumerationSerializer: Class[_ <: Serializer[Enumeration#Value]] = classOf[EnumerationSerializer]
Expand Down

0 comments on commit 1be77ef

Please sign in to comment.