Skip to content

Commit 4aff97f

Browse files
committed
Last polishing in the code (comments basically and docs)
1 parent 3f962fb commit 4aff97f

25 files changed

+52
-20
lines changed

jsondiscoverer.examples/src/jsondiscoverer/util/ExampleCoreographyBuilder.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2008, 2015
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Javier Canovas ([email protected])
10+
*******************************************************************************/
11+
12+
113
package jsondiscoverer.util;
214

315
import java.io.File;

jsondiscoverer.web/src/jsondiscoverer/web/AbstractJsonDiscoverer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
* Abstract class to factor some common behavior
4646
*
4747
* @author Javier Canovas ([email protected])
48-
* @version 2.0.0
4948
*
5049
*/
5150
public abstract class AbstractJsonDiscoverer extends HttpServlet {

jsondiscoverer.web/src/jsondiscoverer/web/JsonAdvancedDiscovererServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* Main servlet to provide access to {@link JsonAdvancedDiscoverer}
4141
*
4242
* @author Javier Canovas ([email protected])
43-
* @version 2.0.0
4443
*
4544
*/
4645
@WebServlet("/advancedDiscover")

jsondiscoverer.web/src/jsondiscoverer/web/JsonComposerServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
* ervlet to access to {@link JsonComposer}
4040
*
4141
* @author Javier Canovas ([email protected])
42-
* @version 2.0.0
4342
*
4443
*/
4544
@WebServlet("/composer")

jsondiscoverer.web/src/jsondiscoverer/web/JsonInjectorServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* This servlet gives access to the {@link JsonInjector}
3434
*
3535
* @author Javier Canovas ([email protected])
36-
* @version 2.0.0
3736
*
3837
*/
3938
@WebServlet("/simpleDiscoverModel")

jsondiscoverer.web/src/jsondiscoverer/web/JsonPathCalculatorServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
* This servlet allows calculating paths between nodes of the discovered metamodel
3535
*
3636
* @author Javier Canovas ([email protected])
37-
* @version 2.0.0
3837
*
3938
*/
4039
@WebServlet("/calculatePath")

jsondiscoverer.web/src/jsondiscoverer/web/JsonSimpleDiscovererServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* Main class that provides the main access to {@link JsonSimpleDiscoverer}
3636
*
3737
* @author Javier Canovas ([email protected])
38-
* @version 2.0.0
3938
*
4039
*/
4140
@WebServlet("/simpleDiscoverMetamodel")

jsondiscoverer.web/src/jsondiscoverer/web/ProxyServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
* LIMIT_LINES to avoid overloading the server.
3232
*
3333
* @author Javier Canovas ([email protected])
34-
* @version 2.0.0
3534
*
3635
*/
3736
@WebServlet("/getJson")

jsondiscoverer.web/src/jsondiscoverer/web/StatusServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* Simple servlet to know the versions of the other servlets
2626
*
2727
* @author Javier Canovas ([email protected])
28-
* @version 2.0.0
2928
*
3029
*/
3130
@WebServlet("/status")

jsondiscoverer.web/src/jsondiscoverer/web/VersionServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* Super simple servlet to know the versio running in the server
1515
*
1616
* @author Javier Canovas ([email protected])
17-
* @version 2.0.0
1817
*
1918
*/
2019
@WebServlet("/version")

0 commit comments

Comments
 (0)