You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/01/15 16:00:11 UTC

[isis] branch master updated: ISIS-2158: sync adoc (2)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new d7d1f26  ISIS-2158: sync adoc (2)
d7d1f26 is described below

commit d7d1f26249f077f39323878987e609ca3c9a1fc7
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Jan 15 17:00:00 2020 +0100

    ISIS-2158: sync adoc (2)
---
 api/applib/src/main/adoc/modules/applib-cm/examples/value/Blob.java | 6 +++---
 api/applib/src/main/adoc/modules/applib-cm/examples/value/Clob.java | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/api/applib/src/main/adoc/modules/applib-cm/examples/value/Blob.java b/api/applib/src/main/adoc/modules/applib-cm/examples/value/Blob.java
index 2d925e5..4a6956c 100644
--- a/api/applib/src/main/adoc/modules/applib-cm/examples/value/Blob.java
+++ b/api/applib/src/main/adoc/modules/applib-cm/examples/value/Blob.java
@@ -47,9 +47,9 @@ public final class Blob implements NamedWithMimeType {
     /**
      * Returns a new {@link Blob} of given {@code name}, {@code mimeType} and {@code content}.
      * <p>
-     * {@code name} may or may not include the desired filename extension, anyway it 
-     * is guaranteed, that the resulting Blob has the appropriate extension as constraint by 
-     * the given {@code mimeType}.
+     * {@code name} may or may not include the desired filename extension, it 
+     * is guaranteed, that the resulting {@link Blob} has the appropriate extension 
+     * as constraint by the given {@code mimeType}.
      * <p>
      * For more fine-grained control use one of the {@link Blob} constructors directly. 
      * @param name - may or may not include the desired filename extension
diff --git a/api/applib/src/main/adoc/modules/applib-cm/examples/value/Clob.java b/api/applib/src/main/adoc/modules/applib-cm/examples/value/Clob.java
index 9c59e29..f7311a4 100644
--- a/api/applib/src/main/adoc/modules/applib-cm/examples/value/Clob.java
+++ b/api/applib/src/main/adoc/modules/applib-cm/examples/value/Clob.java
@@ -43,9 +43,9 @@ public final class Clob implements NamedWithMimeType {
     /**
      * Returns a new {@link Clob} of given {@code name}, {@code mimeType} and {@code content}.
      * <p>
-     * {@code name} may or may not include the desired filename extension, anyway it 
-     * is guaranteed, that the resulting Blob has the appropriate extension as constraint by 
-     * the given {@code mimeType}.
+     * {@code name} may or may not include the desired filename extension, it 
+     * is guaranteed, that the resulting {@link Clob} has the appropriate extension 
+     * as constraint by the given {@code mimeType}.
      * <p>
      * For more fine-grained control use one of the {@link Clob} constructors directly. 
      * @param name - may or may not include the desired filename extension