You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/04/20 09:19:24 UTC

[felix-dev] branch master updated: Fix javadoc issue

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 90e9a54  Fix javadoc issue
90e9a54 is described below

commit 90e9a54dd8d10904a3b85ce66bac7c188f7df698
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Apr 20 11:19:11 2020 +0200

    Fix javadoc issue
---
 cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationReader.java | 2 +-
 cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationWriter.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationReader.java b/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationReader.java
index c75a683..e80851e 100644
--- a/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationReader.java
+++ b/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationReader.java
@@ -29,7 +29,7 @@ import org.osgi.annotation.versioning.ProviderType;
 
 /**
  * A configuration reader can read configuration resources as defined in
- * {@link https://osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html}.
+ * <a href="https://osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html">OSGi Configurator specificiation</a>.
  * A reader can be obtained through a {@link Builder}.
  */
 @ProviderType
diff --git a/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationWriter.java b/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationWriter.java
index 491caeb..fb783cc 100644
--- a/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationWriter.java
+++ b/cm.json/src/main/java/org/apache/felix/cm/json/ConfigurationWriter.java
@@ -28,7 +28,7 @@ import org.osgi.annotation.versioning.ProviderType;
 
 /**
  * A configuration writer can write configuration resources as defined in
- * {@link https://osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html}.
+ * <a href="https://osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html">OSGi Configurator specificiation</a>.
  * A writer can be obtained through a {@link Builder}.
  */
 @ProviderType