Package com.arjuna.ats.txoj.tools

Source Code of com.arjuna.ats.txoj.tools.report

/*    */ package com.arjuna.ats.txoj.tools;
/*    */
/*    */ import com.arjuna.ats.txoj.Info;
/*    */ import java.io.PrintStream;
/*    */
/*    */ public class report
/*    */ {
/*    */   public static void main(String[] args)
/*    */   {
/* 42 */     Info i = new Info();
/*    */
/* 44 */     System.out.println(i);
/*    */   }
/*    */ }

/* Location:           /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedded/output/lib/embedded-jboss/lib/jboss-embedded-all.jar
* Qualified Name:     com.arjuna.ats.txoj.tools.report
* JD-Core Version:    0.6.0
*/
TOP

Related Classes of com.arjuna.ats.txoj.tools.report

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.