15 lines
171 B
Java
15 lines
171 B
Java
|
/*
|
||
|
* %FFILE%
|
||
|
* Copyright (C) %YEAR% %USER% <%MAIL%>
|
||
|
*
|
||
|
* Distributed under terms of the %LICENSE% license.
|
||
|
*/
|
||
|
|
||
|
public class %FILE%
|
||
|
{
|
||
|
public %FILE%() {
|
||
|
%HERE%
|
||
|
}
|
||
|
}
|
||
|
|