1 20 package org.enhydra.barracuda; 21 22 2509public class A_Changes_History { 2510 2511 private A_Changes_History() { 2512 super(); 2513 } 2514 2515 public static void main(String args[]) { 2516 System.out.println ("This class records the changes history to the Barracuda framework"); 2517 System.out.println ("obj 1:"+new Object ()); 2518 System.out.println ("obj 2:"+new Object ()); 2519 } 2520} 2521 | Popular Tags |