Author: ritchiem
Date: Tue Jul 15 04:38:33 2008
New Revision: 676886

URL: http://svn.apache.org/viewvc?rev=676886&view=rev
Log:
Removed the non ASCII characters that are causing the build to minorly complain.

Modified:
    
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/message/JMSHeaderAdapter.java
    
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java
    
incubator/qpid/trunk/qpid/java/common/src/main/java/org/apache/mina/common/support/DefaultIoFuture.java

Modified: 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/message/JMSHeaderAdapter.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/message/JMSHeaderAdapter.java?rev=676886&r1=676885&r2=676886&view=diff
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/message/JMSHeaderAdapter.java
 (original)
+++ 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/message/JMSHeaderAdapter.java
 Tue Jul 15 04:38:33 2008
@@ -492,14 +492,14 @@
 //          '_' and '$'. An identifier part character is any character for 
which the
 //          method Character.isJavaIdentifierPart returns true.
 //        - Identifiers cannot be the names NULL, TRUE, or FALSE.
-//        � Identifiers cannot be NOT, AND, OR, BETWEEN, LIKE, IN, IS, or
+//          Identifiers cannot be NOT, AND, OR, BETWEEN, LIKE, IN, IS, or
 //          ESCAPE.
-//        � Identifiers are either header field references or property 
references. The
+//          Identifiers are either header field references or property 
references. The
 //          type of a property value in a message selector corresponds to the 
type
 //          used to set the property. If a property that does not exist in a 
message is
 //          referenced, its value is NULL. The semantics of evaluating NULL 
values
-//          in a selector are described in Section 3.8.1.2, �Null Values.�
-//        � The conversions that apply to the get methods for properties do 
not
+//          in a selector are described in Section 3.8.1.2, Null Values.
+//          The conversions that apply to the get methods for properties do not
 //          apply when a property is used in a message selector expression. For
 //          example, suppose you set a property as a string value, as in the
 //          following:
@@ -507,8 +507,8 @@
 //          The following expression in a message selector would evaluate to 
false,
 //          because a string cannot be used in an arithmetic expression:
 //          "NumberOfOrders > 1"
-//        � Identifiers are case sensitive.
-//        � Message header field references are restricted to 
JMSDeliveryMode,
+//          Identifiers are case sensitive.
+//          Message header field references are restricted to JMSDeliveryMode,
 //          JMSPriority, JMSMessageID, JMSTimestamp, JMSCorrelationID, and
 //          JMSType. JMSMessageID, JMSCorrelationID, and JMSType values may be
 //          null and if so are treated as a NULL value.

Modified: 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java?rev=676886&r1=676885&r2=676886&view=diff
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java
 (original)
+++ 
incubator/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java
 Tue Jul 15 04:38:33 2008
@@ -424,7 +424,7 @@
      * declaring connection closes.
      * <li> [EMAIL PROTECTED] Option#PASSIVE}: <p> If set, the server will not 
create the queue.
      * This field allows the client to assert the presence of a queue without 
modifying the server state.
-     * <li>[EMAIL PROTECTED] Option#NONE}: <p> Has no effect as it represents 
an �empty� option.
+     * <li>[EMAIL PROTECTED] Option#NONE}: <p> Has no effect as it represents 
an empty option.
      * </ul>
      * <p>In the absence of a particular option, the defaul value is false for 
each option
      *
@@ -487,7 +487,7 @@
      * <li> [EMAIL PROTECTED] Option#IF_EMPTY}: <p>  If set, the server will 
only delete the queue if it has no messages.
      * <li> [EMAIL PROTECTED] Option#IF_UNUSED}: <p> If set, the server will 
only delete the queue if it has no consumers.
      * If the queue has consumers the server does does not delete it but 
raises a channel exception instead.
-     * <li>[EMAIL PROTECTED] Option#NONE}: <p> Has no effect as it represents 
an �empty� option.
+     * <li>[EMAIL PROTECTED] Option#NONE}: <p> Has no effect as it represents 
an empty option.
      * </ul>
      * </p>
      * <p/>

Modified: 
incubator/qpid/trunk/qpid/java/common/src/main/java/org/apache/mina/common/support/DefaultIoFuture.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/common/src/main/java/org/apache/mina/common/support/DefaultIoFuture.java?rev=676886&r1=676885&r2=676886&view=diff
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/common/src/main/java/org/apache/mina/common/support/DefaultIoFuture.java
 (original)
+++ 
incubator/qpid/trunk/qpid/java/common/src/main/java/org/apache/mina/common/support/DefaultIoFuture.java
 Tue Jul 15 04:38:33 2008
@@ -31,7 +31,6 @@
  * A default implementation of [EMAIL PROTECTED] 
org.apache.mina.common.IoFuture}.
  *
  * @author The Apache Directory Project ([EMAIL PROTECTED])
- * @version $Rev: 440259 $, $Date: 2006-09-05 14:01:47 +0900 (화, 05  9월 
2006) $
  */
 public class DefaultIoFuture implements IoFuture
 {


Reply via email to