You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/09/14 07:57:41 UTC

svn commit: r575547 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResource.java

Author: ehillenius
Date: Thu Sep 13 22:57:40 2007
New Revision: 575547

URL: http://svn.apache.org/viewvc?rev=575547&view=rev
Log:
fmt

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResource.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResource.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResource.java?rev=575547&r1=575546&r2=575547&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResource.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResource.java Thu Sep 13 22:57:40 2007
@@ -105,7 +105,7 @@
 	private static final Logger log = LoggerFactory.getLogger(PackageResource.class);
 
 	private static final long serialVersionUID = 1L;
-	
+
 	/**
 	 * Binds the resources that match the provided pattern to the given application object. Will
 	 * create any resources if not already in the shared resources of the application object.
@@ -534,7 +534,8 @@
 
 	/**
 	 * @return Gets the resource for the component.
-	 * @param failOnError throw an AbortException when resource does not exist
+	 * @param failOnError
+	 *            throw an AbortException when resource does not exist
 	 */
 	public IResourceStream getResourceStream(boolean failOnError)
 	{
@@ -545,7 +546,7 @@
 		// Check that resource was found
 		if (resourceStream == null)
 		{
-			if (! failOnError)
+			if (!failOnError)
 			{
 				// Do not abort the request, as we are not yet serving the resource
 				return null;