mirror of https://github.com/apache/jclouds.git
Fix confusing line wrapping
This commit is contained in:
parent
418097d4e6
commit
222bddb5fa
|
@ -89,9 +89,11 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
NOTE!! enabling this logger will cause the following test to
|
NOTE!! enabling this logger will cause the following test to
|
||||||
fail BaseBlobIntegrationTest.testPutObjectStream <category
|
fail: BaseBlobIntegrationTest.testPutObjectStream
|
||||||
name="jclouds.wire"> <priority value="DEBUG" /> <appender-ref
|
<category name="jclouds.wire">
|
||||||
ref="ASYNCWIRE" /> </category>
|
<priority value="DEBUG" />
|
||||||
|
<appender-ref ref="ASYNCWIRE" />
|
||||||
|
</category>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<category name="jclouds.blobstore">
|
<category name="jclouds.blobstore">
|
||||||
|
|
|
@ -89,9 +89,11 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
NOTE!! enabling this logger will cause the following test to
|
NOTE!! enabling this logger will cause the following test to
|
||||||
fail BaseBlobIntegrationTest.testPutObjectStream <category
|
fail: BaseBlobIntegrationTest.testPutObjectStream
|
||||||
name="jclouds.wire"> <priority value="DEBUG" /> <appender-ref
|
<category name="jclouds.wire">
|
||||||
ref="ASYNCWIRE" /> </category>
|
<priority value="DEBUG" />
|
||||||
|
<appender-ref ref="ASYNCWIRE" />
|
||||||
|
</category>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<category name="jclouds.blobstore">
|
<category name="jclouds.blobstore">
|
||||||
|
|
Loading…
Reference in New Issue