1 /* 2 * Created on Jan 12, 2004 3 * 4 * To change the template for this generated file go to 5 * Window - Preferences - Java - Code Generation - Code and Comments 6 */ 7 package com.mysql.jdbc; 8 9 /** 10 * @author mmatthew 11 * 12 * To change the template for this generated type comment go to Window - 13 * Preferences - Java - Code Generation - Code and Comments 14 */ 15 public class DocsConnectionPropsHelper extends ConnectionProperties { 16 17 public static void main(String[] args) throws Exception { 18 System.out.println(new DocsConnectionPropsHelper().exposeAsXml()); 19 } 20 } 21