Merge branch 'master' into wip-camel-java-docs
This commit is contained in:
commit
4dbb507793
2 changed files with 11 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