summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/demo/B.java
blob: 1153b0177e6080ec900946b9a5708a055581a31f (plain)
1
2
3
4
5
6
7
8
9
package demo;

public class B
{
  public void hello()
  {
    System.out.println("Hier ist B");
  }
}