Last change
on this file since 14 was
14,
checked in by duh, 13 years ago
|
added keyword expansion
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
351 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Test Controller |
---|
3 | * @Author Jeroen Wesbeek |
---|
4 | * @Since 20091019 |
---|
5 | * |
---|
6 | * Revision information: |
---|
7 | * $Rev: 14 $ |
---|
8 | * $Author: duh $ |
---|
9 | * $Date: 2009-10-19 14:13:33 +0000 (ma, 19 okt 2009) $ |
---|
10 | */ |
---|
11 | public class TestController extends BaseController { |
---|
12 | /** |
---|
13 | * class constructor |
---|
14 | * @void |
---|
15 | */ |
---|
16 | public def TestController() { |
---|
17 | // debug line for now |
---|
18 | printf("instantiated %s\n",this.class.name); |
---|
19 | } |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.