Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit 27e29b3

Browse files
committed
Fake javadoc
1 parent 6d912bf commit 27e29b3

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>com.ckkloverdos</groupId>
2828
<artifactId>sysprop</artifactId>
29-
<version>0.6.0-SNAPSHOT</version>
29+
<version>0.5.1-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131

3232
<name>Sysprop</name>
@@ -83,12 +83,12 @@
8383
<dependency>
8484
<groupId>com.ckkloverdos</groupId>
8585
<artifactId>maybe</artifactId>
86-
<version>0.6.0-SNAPSHOT</version>
86+
<version>0.5.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.ckkloverdos</groupId>
9090
<artifactId>converter</artifactId>
91-
<version>0.6.0-SNAPSHOT</version>
91+
<version>0.5.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>junit</groupId>
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright 2011-2012 Christos KK Loverdos
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.ckkloverdos.sys._deploy;
18+
19+
/**
20+
* @author Christos KK Loverdos <loverdos@gmail.com>
21+
*/
22+
public class javadoc {
23+
}

0 commit comments

Comments
 (0)