KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > acme > sp > Locator


1 package com.acme.sp;
2
3 import java.lang.*;
4
5 /**
6  * This class can be removed when we next release.
7  */

8 public class Locator {
9
10     /** Default constructor. */
11     public Locator() {
12     }
13 }
14
Popular Tags