/** * Author: Josiah Yoder et al. * Class: SE2811-011 * Date: 1/6/14 7:50 AM * Lesson: Week 4, Day 1 */ package start4_1; public class Singleton { public Singleton() { /* Construct stuff here */ } }