remove template pattern in howto docs (#21808)
This commit is contained in:
parent
4f013a3d1e
commit
4dd969c0ae
4 changed files with 0 additions and 66 deletions
|
|
@ -1,18 +0,0 @@
|
|||
/**
|
||||
* Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
*/
|
||||
|
||||
package docs.pattern;
|
||||
|
||||
// this part will not appear in the docs
|
||||
|
||||
//#all-of-it
|
||||
class JavaTemplate {
|
||||
public JavaTemplate() {
|
||||
System.out.println("Hello, Template!");
|
||||
}
|
||||
//#uninteresting-stuff
|
||||
// don’t show this plumbimg
|
||||
//#uninteresting-stuff
|
||||
}
|
||||
//#all-of-it
|
||||
|
|
@ -85,19 +85,3 @@ Finally we are able to execute an actor and receive the results or exceptions.
|
|||
|
||||
.. includecode:: code/docs/pattern/SupervisedAskSpec.java
|
||||
|
||||
Template Pattern
|
||||
================
|
||||
|
||||
*Contributed by: N. N.*
|
||||
|
||||
This is an especially nice pattern, since it does even come with some empty example code:
|
||||
|
||||
.. includecode:: code/docs/pattern/JavaTemplate.java
|
||||
:include: all-of-it
|
||||
:exclude: uninteresting-stuff
|
||||
|
||||
.. note::
|
||||
|
||||
Spread the word: this is the easiest way to get famous!
|
||||
|
||||
Please keep this pattern at the end of this file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue