[idwsfconsumer] 24/25: Fix illegal characters in Javadocs
Scott Cantor
cantor.2 at osu.edu
Wed Nov 18 14:41:28 EST 2015
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository idwsfconsumer.
commit c84a0442579b215dd3ac524272f708c4b6cc47f6
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Nov 17 17:41:33 2015 -0500
Fix illegal characters in Javadocs
---
src/main/java/org/openliberty/xmltooling/Konstantz.java | 4 ++--
src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/AltLO.java | 4 ++--
src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/LO.java | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/java/org/openliberty/xmltooling/Konstantz.java b/src/main/java/org/openliberty/xmltooling/Konstantz.java
index af37aba..7842e85 100644
--- a/src/main/java/org/openliberty/xmltooling/Konstantz.java
+++ b/src/main/java/org/openliberty/xmltooling/Konstantz.java
@@ -246,9 +246,9 @@ public class Konstantz
*/
PROC_CTX_URI_NOT_UNDERSTOOD("ProcCtxURINotUnderstood","The receiver did not understand the processing context facet URI.",Source.SERVER, false),
/**
- * The receiver is unwilling to apply the sender�s stipulated processing context.
+ * The receiver is unwilling to apply the sender's stipulated processing context.
*/
- PROC_CTX_UNWILLING("ProcCtxUnwilling","The receiver is unwilling to apply the sender�s stipulated processing context.",Source.SERVER, false),
+ PROC_CTX_UNWILLING("ProcCtxUnwilling","The receiver is unwilling to apply the sender's stipulated processing context.",Source.SERVER, false),
/**
* The receiver is unable or unwilling to honor the stipulated usage directive.
*/
diff --git a/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/AltLO.java b/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/AltLO.java
index e193e89..0acdcc6 100644
--- a/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/AltLO.java
+++ b/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/AltLO.java
@@ -3,7 +3,7 @@ package org.openliberty.xmltooling.pp.dst2_1.ct;
import org.openliberty.xmltooling.dst2_1.DSTLocalizedString;
/**
- * Localized version of an organization�s informal name
+ * Localized version of an organization's informal name
*
* @author asa
*
@@ -17,4 +17,4 @@ public class AltLO extends DSTLocalizedString
super(namespaceURI, elementLocalName, namespacePrefix);
}
-}
\ No newline at end of file
+}
diff --git a/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/LO.java b/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/LO.java
index 18426cb..4ebfb6a 100644
--- a/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/LO.java
+++ b/src/main/java/org/openliberty/xmltooling/pp/dst2_1/ct/LO.java
@@ -3,7 +3,7 @@ package org.openliberty.xmltooling.pp.dst2_1.ct;
import org.openliberty.xmltooling.dst2_1.DSTLocalizedString;
/**
- * Localized version of organization�s informal name
+ * Localized version of organization's informal name
*
* @author asa
*
@@ -17,4 +17,4 @@ public class LO extends DSTLocalizedString
super(namespaceURI, elementLocalName, namespacePrefix);
}
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list