You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2008/12/14 00:30:39 UTC

svn commit: r726304 - /incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java

Author: gerdogdu
Date: Sat Dec 13 15:30:38 2008
New Revision: 726304

URL: http://svn.apache.org/viewvc?rev=726304&view=rev
Log:
Small correction is applied.

Modified:
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java

Modified: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java?rev=726304&r1=726303&r2=726304&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java Sat Dec 13 15:30:38 2008
@@ -85,6 +85,7 @@
 	@Override
 	public String toString()
 	{
+		
 		String string = "@" + annotationType().getName() + "(";
 		for (int i = 0; i < members.length; i++)
 		{