DATAREST-978 - Polishing.

Convert @see http://… links to valid format using @see <a href=…>…</a>.
This commit is contained in:
Mark Paluch
2017-01-13 10:09:17 +01:00
parent 6bb989018c
commit e2f88141ca
4 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013-2015 the original author or authors.
* Copyright 2013-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @author Jon Brisbin
* @author Oliver Gierke
* @author Greg Turnquist
* @see http://json-schema.org/
* @see <a href="http://json-schema.org/">http://json-schema.org/</a>
*/
@BasePathAwareController
class RepositorySchemaController {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2015 the original author or authors.
* Copyright 2014-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
*
* @author Oliver Gierke
* @author Greg Turnquist
* @see http://alps.io
* @see <a href="http://alps.io">http://alps.io</a>
*/
@BasePathAwareController
public class AlpsController {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2016 the original author or authors.
* Copyright 2014-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -37,8 +37,9 @@ import com.fasterxml.jackson.databind.node.ObjectNode;
*
* @author Oliver Gierke
* @author Mathias Düsterhöft
* @see http://tools.ietf.org/html/rfc6902
* @see http://tools.ietf.org/html/draft-ietf-appsawg-json-merge-patch-02
* @see <a href="http://tools.ietf.org/html/rfc6902">http://tools.ietf.org/html/rfc6902</a>
* @see <a href=
* "http://tools.ietf.org/html/draft-ietf-appsawg-json-merge-patch-02">http://tools.ietf.org/html/draft-ietf-appsawg-json-merge-patch-02</a>
*/
class JsonPatchHandler {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -112,7 +112,8 @@ public class JsonSchema {
*
* @param typeInformation
* @return
* @see http://json-schema.org/latest/json-schema-core.html#anchor8
* @see <a href=
* "http://json-schema.org/latest/json-schema-core.html#anchor8">http://json-schema.org/latest/json-schema-core.html#anchor8</a>
*/
private static String toJsonSchemaType(TypeInformation<?> typeInformation) {