/[xulu]/trunk/src/appl/parallel/test/generalTestClass.java
ViewVC logotype

Contents of /trunk/src/appl/parallel/test/generalTestClass.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (show annotations)
Wed Feb 10 16:43:46 2010 UTC (14 years, 10 months ago) by alfonx
File size: 260 byte(s)
Merged branch 1.8-gt2-2.6 to trunk. Now the trunk is based on GeoTools 2.6.1 and schmitzm-2.0.x
1 package appl.parallel.test;
2
3
4
5 /**
6 * @author Dominik Appl
7 */
8 public class generalTestClass {
9
10 public static void main(String[] args) {
11 String testString = "Blueberry";
12 System.out.println(testString.getClass().getCanonicalName());
13 }
14
15
16 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26