blob: c94963e6c3bb7ff59f7d2861f63c6b249b1b84a2 [file] [log] [blame]
/**
*
*/
package main.java.eclipselink.examples.jpars;
/**
* @author gonural
*
*/
public class Booking {
/**
*
*/
public Booking() {
// TODO Auto-generated constructor stub
}
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}