Skip to content

Commit

Permalink
class added
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierc committed Dec 8, 2019
1 parent 2aa881e commit 1962365
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LICENSE_HEADER.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*******************************************************************************
* Copyright (c) 2019 (teslanet.nl) Rogier Cobben.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License - v 2.0
* which accompanies this distribution.
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* (teslanet.nl) Rogier Cobben - initial creation
******************************************************************************/
31 changes: 31 additions & 0 deletions src/main/java/nl/teslanet/test/jkbuild/JkBuild.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*******************************************************************************
* Copyright (c) 2019 (teslanet.nl) Rogier Cobben.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License - v 2.0
* which accompanies this distribution.
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* (teslanet.nl) Rogier Cobben - initial creation
******************************************************************************/

package nl.teslanet.test.jkbuild;


/**
* The Class JkBuild
*
*/
public class JkBuild
{
/**
* Default constructor
*/
public JkBuild()
{
//nothing to be done
}
}

0 comments on commit 1962365

Please sign in to comment.