Author: kstam
Date: Mon Apr 23 16:55:46 2012
New Revision: 1329331
URL: http://svn.apache.org/viewvc?rev=1329331&view=rev
Log:
removing non-UTF8 character in the javadoc
Modified:
juddi/trunk/juddi-core/src/main/java/org/apache/juddi/query/FindBusinessByNameQuery.java
Modified:
juddi/trunk/juddi-core/src/main/java/org/apache/juddi/query/FindBusinessByNameQuery.java
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/query/FindBusinessByNameQuery.java?rev=1329331&r1=1329330&r2=1329331&view=diff
==============================================================================
---
juddi/trunk/juddi-core/src/main/java/org/apache/juddi/query/FindBusinessByNameQuery.java
(original)
+++
juddi/trunk/juddi-core/src/main/java/org/apache/juddi/query/FindBusinessByNameQuery.java
Mon Apr 23 16:55:46 2012
@@ -34,7 +34,7 @@ import org.uddi.api_v3.Name;
* findQualifier is used together with an appropriate wildcard character in
the name, then any businessEntity matching this name with
* wildcards and the other criteria will be referenced in the results. For
more on wildcard matching, see Section 5.1.6 About Wildcards.
* The businessList returned contains businessInfo structures for businesses
whose name matches the value(s) passed
- * (lexical-order match i.e., leftmost in left-to-right languages). If
multiple name values are passed, the match occurs on a
+ * (lexical-order match i.e., leftmost in left-to-right languages). If
multiple name values are passed, the match occurs on a
* logical OR basis. Each name MAY be marked with an xml:lang adornment. If a
language markup is specified, the search results report a
* match only on those entries that match both the name value and language
criteria. The match on language is a leftmost case-insensitive
* comparison of the characters supplied. This allows one to find all
businesses whose name begins with an "A" and are expressed in any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]