Correcting lifted code examples for programmatic usage of Serializers in Java documentation of Serializers
This commit is contained in:
parent
016eaffbfb
commit
da517cee7f
1 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ public class SerializationDocTestBase {
|
|||
|
||||
@Test
|
||||
public void demonstrateTheProgrammaticAPI() {
|
||||
// #programmatic
|
||||
//#programmatic
|
||||
ActorSystem system = ActorSystem.create("example");
|
||||
|
||||
// Get the Serialization Extension
|
||||
|
|
@ -190,7 +190,7 @@ public class SerializationDocTestBase {
|
|||
// Voilá!
|
||||
assertEquals(original, back);
|
||||
|
||||
// #programmatic
|
||||
//#programmatic
|
||||
system.shutdown();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue