Parent Directory | Revision Log
* organized imports
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 |