remove template pattern in howto docs (#21808)

This commit is contained in:
Patrik Nordwall 2016-11-09 20:13:19 +01:00 committed by Johan Andrén
parent 4f013a3d1e
commit 4dd969c0ae
4 changed files with 0 additions and 66 deletions

View file

@ -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
// dont show this plumbimg
//#uninteresting-stuff
}
//#all-of-it