You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by ti...@apache.org on 2020/04/15 21:07:53 UTC

[db-jdo-site] 03/05: Removed weird '-' after ':'

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

tilmannz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git

commit 03413586f16f9985101d87ea7a658ac033241ff7
Author: Tilmann <zo...@gmx.de>
AuthorDate: Wed Apr 15 22:56:45 2020 +0200

    Removed weird '-' after ':'
---
 src/main/asciidoc/annotations.adoc   | 2 +-
 src/main/asciidoc/attach_detach.adoc | 2 +-
 src/main/asciidoc/fetchgroups.adoc   | 2 +-
 src/main/asciidoc/metadata.adoc      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/asciidoc/annotations.adoc b/src/main/asciidoc/annotations.adoc
index 50d29ed..83c88e8 100644
--- a/src/main/asciidoc/annotations.adoc
+++ b/src/main/asciidoc/annotations.adoc
@@ -12,7 +12,7 @@
 
 One of the things that JDK 1.5 provides that can be of some use is
 annotations, and JDO provides its own set. When selecting to use
-annotations please bear in mind the following :-
+annotations please bear in mind the following :
 
 * You must have the *jdo-api* jar in your CLASSPATH since this provides
 the annotations
diff --git a/src/main/asciidoc/attach_detach.adoc b/src/main/asciidoc/attach_detach.adoc
index 9c7bf34..a614457 100644
--- a/src/main/asciidoc/attach_detach.adoc
+++ b/src/main/asciidoc/attach_detach.adoc
@@ -89,7 +89,7 @@ finally
 
 So we now don't need to do any manual copying of object fields just
 using a simple call to detach the object, and then attach it again
-later. Here are a few things to note with _attach/detach_ :-
+later. Here are a few things to note with _attach/detach_ :
 
 * Calling _detachCopy_ on an object that is not detachable will return a
 *transient* instance that is a COPY of the original, so use the COPY
diff --git a/src/main/asciidoc/fetchgroups.adoc b/src/main/asciidoc/fetchgroups.adoc
index c1acd5d..b06e768 100644
--- a/src/main/asciidoc/fetchgroups.adoc
+++ b/src/main/asciidoc/fetchgroups.adoc
@@ -43,7 +43,7 @@ anchor:dfg[]
 JDO provides an initial fetch group, comprising the fields that will be
 retrieved when an object is retrieved if the user does nothing to define
 the required behaviour. By default the _default fetch group_ comprises
-all fields of the following types :-
+all fields of the following types :
 
 * primitives : boolean, byte, char, double, float, int, long, short
 * Object wrappers of primitives : Boolean, Byte, Character, Double,
diff --git a/src/main/asciidoc/metadata.adoc b/src/main/asciidoc/metadata.adoc
index 0eac44b..8aa5fcb 100644
--- a/src/main/asciidoc/metadata.adoc
+++ b/src/main/asciidoc/metadata.adoc
@@ -19,7 +19,7 @@ annotations.
 JDO expects any XML MetaData to be specified in a file or files in
 particular positions in the file system. For example, if you have a
 class _com.mycompany.sample.MyExample_, JDO will look for any of the
-following files until it finds one (in the order stated) :-
+following files until it finds one (in the order stated) :
 
 ....
 META-INF/package.jdo