/** * */ package de.fhswf.in.inf.java1.aufgabe5; /** * TODO Add comment here * * @author $Author: $ * @version $Revision: $, $Date: $ UTC */ public final class Bank { /** * TODO Add constructor comment here * */ private Bank() { // TODO Auto-generated constructor stub } /** * TODO Add method comment here * * @param args * Shell arguments */ public static void main(String[] args) { // TODO Auto-generated method stub } }