You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/03/21 10:50:35 UTC

svn commit: r1787932 - /qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/message/mimecontentconverter/MimeContentConverterRegistry.java

Author: kwall
Date: Tue Mar 21 10:50:35 2017
New Revision: 1787932

URL: http://svn.apache.org/viewvc?rev=1787932&view=rev
Log:
QPID-7683: Address review comment from Lorenz Quack <lq...@apache.org>

Modified:
    qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/message/mimecontentconverter/MimeContentConverterRegistry.java

Modified: qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/message/mimecontentconverter/MimeContentConverterRegistry.java
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/message/mimecontentconverter/MimeContentConverterRegistry.java?rev=1787932&r1=1787931&r2=1787932&view=diff
==============================================================================
--- qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/message/mimecontentconverter/MimeContentConverterRegistry.java (original)
+++ qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/message/mimecontentconverter/MimeContentConverterRegistry.java Tue Mar 21 10:50:35 2017
@@ -61,7 +61,7 @@ public class MimeContentConverterRegistr
                 if (existing.getRank() == converter.getRank())
                 {
                     LOGGER.warn("MIME converter for object class {} has two or more implementations"
-                                + " with the same rank {}. The one that will be used is undefined."
+                                + " with the same rank {}. It is undefined which one will be used."
                                 + " Implementations are: {} {} ",
                                 existing.getObjectClass().getName(),
                                 existing.getRank(),



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org