1 /*
2 * Copyright (c) 2003
3 * Information Desire GmbH
4 * All rights reserved.
5 */
6 package com.infodesire.infobit.app;
7
8 /***
9 * tool performing export of infobit pool
10 *
11 * @author konstantin
12 * @created September 12, 2003
13 * @version $Revision: 1.1 $
14 */
15 public class Import {
16
17 /***
18 * The main program for the Import class
19 *
20 * @param argv The command line arguments
21 */
22 public static void main(String[] argv) {
23
24 }
25 }
This page was automatically generated by Maven