fix formatting of Java API in doc comments + genjavadoc 0.3
This commit is contained in:
parent
cd847e3a29
commit
bcfbea42c1
36 changed files with 169 additions and 222 deletions
|
|
@ -103,7 +103,8 @@ object JavaSerializer {
|
|||
val currentSystem = new CurrentSystem
|
||||
final class CurrentSystem extends DynamicVariable[ExtendedActorSystem](null) {
|
||||
/**
|
||||
* Java API
|
||||
* Java API: invoke the callable with the current system being set to the given value for this thread.
|
||||
*
|
||||
* @param value - the current value under the call to callable.call()
|
||||
* @param callable - the operation to be performed
|
||||
* @tparam S - the return type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue