You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2012/05/01 10:12:34 UTC

svn commit: r1332564 - /aries/site/trunk/content/modules/spi-fly.mdtext

Author: davidb
Date: Tue May  1 08:12:34 2012
New Revision: 1332564

URL: http://svn.apache.org/viewvc?rev=1332564&view=rev
Log:
Fix formatting error.

Modified:
    aries/site/trunk/content/modules/spi-fly.mdtext

Modified: aries/site/trunk/content/modules/spi-fly.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/modules/spi-fly.mdtext?rev=1332564&r1=1332563&r2=1332564&view=diff
==============================================================================
--- aries/site/trunk/content/modules/spi-fly.mdtext (original)
+++ aries/site/trunk/content/modules/spi-fly.mdtext Tue May  1 08:12:34 2012
@@ -144,8 +144,8 @@ While SPI Fly knows about ServiceLoader 
 class currently does not have special treatment. It can still be made to work
 but this requires the following header in the provider bundle:
 <tt>SPI-Provider:&nbsp;javax.imageio.spi.ServiceRegistry</tt> on the client
-side you can use <tt>SPI-Consumer:&nbsp;javax.imageio.spi.ServiceRegistry#lookupProviders(java.lang.Class) </tt>
- or <tt>SPI-Consumer:&nbsp;javax.imageio.spi.ServiceRegistry#lookupProviders<tt>
+side you can use <tt>SPI-Consumer:&nbsp;javax.imageio.spi.ServiceRegistry#lookupProviders(java.lang.Class)</tt>
+ or <tt>SPI-Consumer:&nbsp;javax.imageio.spi.ServiceRegistry#lookupProviders</tt>
 
 
 ##Examples##