You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by gs...@apache.org on 2007/10/16 01:12:49 UTC

svn commit: r584968 - in /wicket/trunk/jdk-1.5/wicket-jmx: .settings/ src/main/java/org/apache/wicket/jmx/ src/test/java/org/apache/wicket/util/license/

Author: gseitz
Date: Mon Oct 15 16:12:45 2007
New Revision: 584968

URL: http://svn.apache.org/viewvc?rev=584968&view=rev
Log:
WICKET-1078

Modified:
    wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.core.prefs
    wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.ui.prefs
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java
    wicket/trunk/jdk-1.5/wicket-jmx/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java

Modified: wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.core.prefs?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.core.prefs (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.core.prefs Mon Oct 15 16:12:45 2007
@@ -46,9 +46,11 @@
 org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line
 org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line
 org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line
+org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false
 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
 org.eclipse.jdt.core.formatter.comment.format_block_comments=true
+org.eclipse.jdt.core.formatter.comment.format_comments=true
 org.eclipse.jdt.core.formatter.comment.format_header=false
 org.eclipse.jdt.core.formatter.comment.format_html=true
 org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
@@ -58,7 +60,7 @@
 org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
-org.eclipse.jdt.core.formatter.comment.line_length=80
+org.eclipse.jdt.core.formatter.comment.line_length=100
 org.eclipse.jdt.core.formatter.compact_else_if=true
 org.eclipse.jdt.core.formatter.continuation_indentation=2
 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
@@ -145,7 +147,7 @@
 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=insert
 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
@@ -231,7 +233,7 @@
 org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=insert
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
@@ -248,12 +250,12 @@
 org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
 org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
 org.eclipse.jdt.core.formatter.lineSplit=100
-org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
-org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
+org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=true
+org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=true
 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=2
 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
 org.eclipse.jdt.core.formatter.tabulation.char=tab
 org.eclipse.jdt.core.formatter.tabulation.size=4
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
-org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
+org.eclipse.jdt.core.formatter.wrap_before_binary_operator=false

Modified: wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.ui.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.ui.prefs?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.ui.prefs (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/.settings/org.eclipse.jdt.ui.prefs Mon Oct 15 16:12:45 2007
@@ -2,3 +2,52 @@
 eclipse.preferences.version=1
 formatter_profile=_Wicket
 formatter_settings_version=11
+editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * Gets ${bare_field_name}.\r\n * @return ${bare_field_name}\r\n */</template><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * Sets ${bare_field_name}.\r\n * @param ${param} ${bare_field_name}\r\n */</template><template autoinsert\="false" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * Construct.\r\n
  * ${tags}\r\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment"/><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}
 \r\n */</template><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/**\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">/*\r\n * Licensed to the Apache Software Foundation (ASF) under one or more\r\n * contributor license agreements.  See the NOTICE file distributed with\r\n * this work for additional information regarding copyright ownership.\r\n * The ASF licenses this file to You under the Apache License, Version 2.0\r\n * (the "License"); you may not use this file except in compliance with\r\n * the License.  You may obtain a copy of the License at\r\n *\r\n *      http\://www.apache.org/licenses/LICENSE-2.0\r\
 n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an "AS IS" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\n${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">throw new RuntimeException(${exception_var});</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">${body_statement}</template><template autoinsert\="false" context\="c
 onstructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" 
 description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template></templates>
+sp_cleanup.add_default_serial_version_id=true
+sp_cleanup.add_generated_serial_version_id=false
+sp_cleanup.add_missing_annotations=true
+sp_cleanup.add_missing_deprecated_annotations=true
+sp_cleanup.add_missing_nls_tags=false
+sp_cleanup.add_missing_override_annotations=true
+sp_cleanup.add_serial_version_id=false
+sp_cleanup.always_use_blocks=true
+sp_cleanup.always_use_parentheses_in_expressions=false
+sp_cleanup.always_use_this_for_non_static_field_access=false
+sp_cleanup.always_use_this_for_non_static_method_access=false
+sp_cleanup.convert_to_enhanced_for_loop=false
+sp_cleanup.format_source_code=true
+sp_cleanup.make_local_variable_final=false
+sp_cleanup.make_parameters_final=false
+sp_cleanup.make_private_fields_final=true
+sp_cleanup.make_variable_declarations_final=true
+sp_cleanup.never_use_blocks=false
+sp_cleanup.never_use_parentheses_in_expressions=true
+sp_cleanup.on_save_use_additional_actions=true
+sp_cleanup.organize_imports=true
+sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
+sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
+sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
+sp_cleanup.remove_private_constructors=true
+sp_cleanup.remove_trailing_whitespaces=true
+sp_cleanup.remove_trailing_whitespaces_all=true
+sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
+sp_cleanup.remove_unnecessary_casts=true
+sp_cleanup.remove_unnecessary_nls_tags=true
+sp_cleanup.remove_unused_imports=true
+sp_cleanup.remove_unused_local_variables=false
+sp_cleanup.remove_unused_private_fields=true
+sp_cleanup.remove_unused_private_members=false
+sp_cleanup.remove_unused_private_methods=true
+sp_cleanup.remove_unused_private_types=true
+sp_cleanup.sort_members=false
+sp_cleanup.sort_members_all=false
+sp_cleanup.use_blocks=false
+sp_cleanup.use_blocks_only_for_return_and_throw=false
+sp_cleanup.use_parentheses_in_expressions=false
+sp_cleanup.use_this_for_non_static_field_access=true
+sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+sp_cleanup.use_this_for_non_static_method_access=true
+sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java Mon Oct 15 16:12:45 2007
@@ -116,8 +116,8 @@
 					{
 						// ugly hack for 1.2 to avoid breaking the API
 						results[i] = ((IMountableRequestTargetUrlCodingStrategy)targets[i])
-								.getMountPath()
-								+ " - " + targets[i].toString();
+								.getMountPath() +
+								" - " + targets[i].toString();
 					}
 					else
 					{

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java Mon Oct 15 16:12:45 2007
@@ -22,16 +22,15 @@
 
 
 /**
- * MBean interface for exposing application related information and
- * functionality.
+ * MBean interface for exposing application related information and functionality.
  * 
  * @author eelcohillenius
  */
 public interface ApplicationMBean
 {
 	/**
-	 * Clears the markup cache, so that templates and properties etc will be
-	 * reloaded the next time they are requested.
+	 * Clears the markup cache, so that templates and properties etc will be reloaded the next time
+	 * they are requested.
 	 * 
 	 * @throws IOException
 	 */
@@ -46,8 +45,7 @@
 	String getApplicationClass() throws IOException;
 
 	/**
-	 * The configuration type, either
-	 * {@link org.apache.wicket.Application#DEVELOPMENT} or
+	 * The configuration type, either {@link org.apache.wicket.Application#DEVELOPMENT} or
 	 * {@link Application#DEPLOYMENT}.
 	 * 
 	 * @return The configuration type
@@ -79,16 +77,14 @@
 	String[] getMounts() throws IOException;
 
 	/**
-	 * Gets the Wicket version. The Wicket version is in the same format as the
-	 * version element in the pom.xml file (project descriptor). The version is
-	 * generated by maven in the build/release cycle and put in the
-	 * wicket.properties file located in the root folder of the Wicket jar.
+	 * Gets the Wicket version. The Wicket version is in the same format as the version element in
+	 * the pom.xml file (project descriptor). The version is generated by maven in the build/release
+	 * cycle and put in the wicket.properties file located in the root folder of the Wicket jar.
 	 * 
 	 * The version usually follows one of the following formats:
 	 * <ul>
 	 * <li>major.minor[.bug] for stable versions. 1.1, 1.2, 1.2.1 are examples</li>
-	 * <li>major.minor-state for development versions. 1.2-beta2, 1.3-SNAPSHOT
-	 * are examples</li>
+	 * <li>major.minor-state for development versions. 1.2-beta2, 1.3-SNAPSHOT are examples</li>
 	 * </ul>
 	 * 
 	 * @return the Wicket version

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java Mon Oct 15 16:12:45 2007
@@ -43,9 +43,8 @@
 	String getClassResolver();
 
 	/**
-	 * Gets the default maximum size for uploads. This is used by
-	 * {@link Form#getMaxSize()} if no value is explicitly set through
-	 * {@link Form#setMaxSize(Bytes)}.
+	 * Gets the default maximum size for uploads. This is used by {@link Form#getMaxSize()} if no
+	 * value is explicitly set through {@link Form#setMaxSize(Bytes)}.
 	 * 
 	 * @return the default maximum size for uploads
 	 */
@@ -75,12 +74,11 @@
 	String getUnexpectedExceptionDisplay();
 
 	/**
-	 * Sets the default maximum size for uploads. This is used by
-	 * {@link Form#getMaxSize()} if no value is explicitly set through
-	 * {@link Form#setMaxSize(Bytes)}. The String value should be a floating
-	 * point value followed by K, M, G or T for kilobytes, megabytes, gigabytes
-	 * or terabytes, respectively. The abbreviations KB, MB, GB and TB are also
-	 * accepted. Matching is case insensitive.
+	 * Sets the default maximum size for uploads. This is used by {@link Form#getMaxSize()} if no
+	 * value is explicitly set through {@link Form#setMaxSize(Bytes)}. The String value should be a
+	 * floating point value followed by K, M, G or T for kilobytes, megabytes, gigabytes or
+	 * terabytes, respectively. The abbreviations KB, MB, GB and TB are also accepted. Matching is
+	 * case insensitive.
 	 * 
 	 * @param defaultUploadSize
 	 *            the default maximum size for uploads

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java Mon Oct 15 16:12:45 2007
@@ -45,21 +45,20 @@
 	int getMaxAge();
 
 	/**
-	 * Returns true if the browser is sending cookies only over a secure
-	 * protocol, or false if the browser can send cookies using any protocol.
+	 * Returns true if the browser is sending cookies only over a secure protocol, or false if the
+	 * browser can send cookies using any protocol.
 	 * 
 	 * @return whether this cookie is secure
 	 */
 	boolean getSecure();
 
 	/**
-	 * Returns the version of the protocol this cookie complies with. Version 1
-	 * complies with RFC 2109, and version 0 complies with the original cookie
-	 * specification drafted by Netscape. Cookies provided by a browser use and
-	 * identify the browser's cookie version.
+	 * Returns the version of the protocol this cookie complies with. Version 1 complies with RFC
+	 * 2109, and version 0 complies with the original cookie specification drafted by Netscape.
+	 * Cookies provided by a browser use and identify the browser's cookie version.
 	 * 
-	 * @return 0 if the cookie complies with the original Netscape
-	 *         specification; 1 if the cookie complies with RFC 2109
+	 * @return 0 if the cookie complies with the original Netscape specification; 1 if the cookie
+	 *         complies with RFC 2109
 	 */
 	int getVersion();
 
@@ -88,26 +87,24 @@
 	void setMaxAge(int maxAge);
 
 	/**
-	 * Indicates to the browser whether the cookie should only be sent using a
-	 * secure protocol, such as HTTPS or SSL.
+	 * Indicates to the browser whether the cookie should only be sent using a secure protocol, such
+	 * as HTTPS or SSL.
 	 * 
 	 * @param secure
-	 *            if true, sends the cookie from the browser to the server using
-	 *            only when using a secure protocol; if false, sent on any
-	 *            protocol
+	 *            if true, sends the cookie from the browser to the server using only when using a
+	 *            secure protocol; if false, sent on any protocol
 	 */
 	void setSecure(boolean secure);
 
 	/**
-	 * Sets the version of the cookie protocol this cookie complies with.
-	 * Version 0 complies with the original Netscape cookie specification.
-	 * Version 1 complies with RFC 2109. <br/>Since RFC 2109 is still somewhat
-	 * new, consider version 1 as experimental; do not use it yet on production
-	 * sites.
+	 * Sets the version of the cookie protocol this cookie complies with. Version 0 complies with
+	 * the original Netscape cookie specification. Version 1 complies with RFC 2109. <br/>Since RFC
+	 * 2109 is still somewhat new, consider version 1 as experimental; do not use it yet on
+	 * production sites.
 	 * 
 	 * @param version
-	 *            0 if the cookie should comply with the original Netscape
-	 *            specification; 1 if the cookie should comply with RFC 2109
+	 *            0 if the cookie should comply with the original Netscape specification; 1 if the
+	 *            cookie should comply with RFC 2109
 	 */
 	void setVersion(int version);
 }

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java Mon Oct 15 16:12:45 2007
@@ -21,7 +21,8 @@
  * 
  * @author eelcohillenius
  */
-public class DebugSettings implements DebugSettingsMBean {
+public class DebugSettings implements DebugSettingsMBean
+{
 	private final org.apache.wicket.Application application;
 
 	/**
@@ -29,35 +30,40 @@
 	 * 
 	 * @param application
 	 */
-	public DebugSettings(org.apache.wicket.Application application) {
+	public DebugSettings(org.apache.wicket.Application application)
+	{
 		this.application = application;
 	}
 
 	/**
 	 * @see org.apache.wicket.jmx.DebugSettingsMBean#getComponentUseCheck()
 	 */
-	public boolean getComponentUseCheck() {
+	public boolean getComponentUseCheck()
+	{
 		return application.getDebugSettings().getComponentUseCheck();
 	}
 
 	/**
 	 * @see org.apache.wicket.jmx.DebugSettingsMBean#isAjaxDebugModeEnabled()
 	 */
-	public boolean isAjaxDebugModeEnabled() {
+	public boolean isAjaxDebugModeEnabled()
+	{
 		return application.getDebugSettings().isAjaxDebugModeEnabled();
 	}
 
 	/**
 	 * @see org.apache.wicket.jmx.DebugSettingsMBean#setAjaxDebugModeEnabled(boolean)
 	 */
-	public void setAjaxDebugModeEnabled(boolean enable) {
+	public void setAjaxDebugModeEnabled(boolean enable)
+	{
 		application.getDebugSettings().setAjaxDebugModeEnabled(enable);
 	}
 
 	/**
 	 * @see org.apache.wicket.jmx.DebugSettingsMBean#setComponentUseCheck(boolean)
 	 */
-	public void setComponentUseCheck(boolean check) {
+	public void setComponentUseCheck(boolean check)
+	{
 		application.getDebugSettings().setComponentUseCheck(check);
 	}
 }

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java Mon Oct 15 16:12:45 2007
@@ -39,8 +39,7 @@
 	boolean isAjaxDebugModeEnabled();
 
 	/**
-	 * Enables or disables ajax debug mode. See {@link IDebugSettings} for
-	 * details
+	 * Enables or disables ajax debug mode. See {@link IDebugSettings} for details
 	 * 
 	 * @param enable
 	 * 

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java Mon Oct 15 16:12:45 2007
@@ -39,14 +39,13 @@
 /**
  * Registers Wicket's MBeans.
  * <p>
- * Users can specify the MBeanServer implementation in which to register the
- * MBeans by setting the <code>org.apache.wicket.mbean.server.agentid</code> property to
- * the agent id of the MBeanServer implementation they want, or by setting
- * <code>org.apache.wicket.mbean.server.class</code> to the mbean server class they want
- * (if both are provided, and the agent id returns a server, that one is used).
- * This initializer will log an error when no mbean server with the provided
- * agent id can be found, and will then fall back to use the platform mbean
- * server. When no agent id is provided, the platform mbean server will be used.
+ * Users can specify the MBeanServer implementation in which to register the MBeans by setting the
+ * <code>org.apache.wicket.mbean.server.agentid</code> property to the agent id of the MBeanServer
+ * implementation they want, or by setting <code>org.apache.wicket.mbean.server.class</code> to
+ * the mbean server class they want (if both are provided, and the agent id returns a server, that
+ * one is used). This initializer will log an error when no mbean server with the provided agent id
+ * can be found, and will then fall back to use the platform mbean server. When no agent id is
+ * provided, the platform mbean server will be used.
  * 
  * @author eelcohillenius
  * @author David Hosier
@@ -159,24 +158,24 @@
 			Application appBean = new Application(application);
 			register(appBean, appBeanName);
 
-			register(new ApplicationSettings(application), new ObjectName(domain
-					+ ":type=Application,name=ApplicationSettings"));
-			register(new DebugSettings(application), new ObjectName(domain
-					+ ":type=Application,name=DebugSettings"));
-			register(new MarkupSettings(application), new ObjectName(domain
-					+ ":type=Application,name=MarkupSettings"));
-			register(new ResourceSettings(application), new ObjectName(domain
-					+ ":type=Application,name=ResourceSettings"));
-			register(new PageSettings(application), new ObjectName(domain
-					+ ":type=Application,name=PageSettings"));
-			register(new RequestCycleSettings(application), new ObjectName(domain
-					+ ":type=Application,name=RequestCycleSettings"));
-			register(new SecuritySettings(application), new ObjectName(domain
-					+ ":type=Application,name=SecuritySettings"));
-			register(new SessionSettings(application), new ObjectName(domain
-					+ ":type=Application,name=SessionSettings"));
-			register(new CookieValuePersisterSettings(application), new ObjectName(domain
-					+ ":type=Application,name=CookieValuePersisterSettings"));
+			register(new ApplicationSettings(application), new ObjectName(domain +
+					":type=Application,name=ApplicationSettings"));
+			register(new DebugSettings(application), new ObjectName(domain +
+					":type=Application,name=DebugSettings"));
+			register(new MarkupSettings(application), new ObjectName(domain +
+					":type=Application,name=MarkupSettings"));
+			register(new ResourceSettings(application), new ObjectName(domain +
+					":type=Application,name=ResourceSettings"));
+			register(new PageSettings(application), new ObjectName(domain +
+					":type=Application,name=PageSettings"));
+			register(new RequestCycleSettings(application), new ObjectName(domain +
+					":type=Application,name=RequestCycleSettings"));
+			register(new SecuritySettings(application), new ObjectName(domain +
+					":type=Application,name=SecuritySettings"));
+			register(new SessionSettings(application), new ObjectName(domain +
+					":type=Application,name=SessionSettings"));
+			register(new CookieValuePersisterSettings(application), new ObjectName(domain +
+					":type=Application,name=CookieValuePersisterSettings"));
 
 			RequestLogger sessionsBean = new RequestLogger(application);
 			ObjectName sessionsBeanName = new ObjectName(domain + ":type=RequestLogger");

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java Mon Oct 15 16:12:45 2007
@@ -52,8 +52,8 @@
 
 	/**
 	 * @since 1.1
-	 * @return Returns default encoding of markup files. If null, the operating
-	 *         system provided encoding will be used.
+	 * @return Returns default encoding of markup files. If null, the operating system provided
+	 *         encoding will be used.
 	 */
 	String getDefaultMarkupEncoding();
 
@@ -92,18 +92,17 @@
 	void setAutomaticLinking(boolean automaticLinking);
 
 	/**
-	 * Turns on whitespace compression. Multiple occurrences of space/tab
-	 * characters will be compressed to a single space. Multiple line breaks
-	 * newline/carriage-return will also be compressed to a single newline.
+	 * Turns on whitespace compression. Multiple occurrences of space/tab characters will be
+	 * compressed to a single space. Multiple line breaks newline/carriage-return will also be
+	 * compressed to a single newline.
 	 * <p>
-	 * Compression is currently not HTML aware and so it may be possible for
-	 * whitespace compression to break pages. For this reason, whitespace
-	 * compression is off by default and you should test your application
-	 * throroughly after turning whitespace compression on.
+	 * Compression is currently not HTML aware and so it may be possible for whitespace compression
+	 * to break pages. For this reason, whitespace compression is off by default and you should test
+	 * your application throroughly after turning whitespace compression on.
 	 * <p>
-	 * Spaces are removed from markup at markup load time and there should be no
-	 * effect on page rendering speed. In fact, your pages should render faster
-	 * with whitespace compression enabled.
+	 * Spaces are removed from markup at markup load time and there should be no effect on page
+	 * rendering speed. In fact, your pages should render faster with whitespace compression
+	 * enabled.
 	 * 
 	 * @param compressWhitespace
 	 *            The compressWhitespace to set.
@@ -123,16 +122,15 @@
 	void setDefaultBeforeDisabledLink(String defaultBeforeDisabledLink);
 
 	/**
-	 * Set default encoding for markup files. If null, the encoding provided by
-	 * the operating system will be used.
+	 * Set default encoding for markup files. If null, the encoding provided by the operating system
+	 * will be used.
 	 * 
 	 * @param encoding
 	 */
 	void setDefaultMarkupEncoding(final String encoding);
 
 	/**
-	 * Enables stripping of markup comments denoted in markup by HTML comment
-	 * tagging.
+	 * Enables stripping of markup comments denoted in markup by HTML comment tagging.
 	 * 
 	 * @param stripComments
 	 *            True to strip markup comments from rendered pages

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java Mon Oct 15 16:12:45 2007
@@ -23,26 +23,23 @@
  * 
  * @author eelcohillenius
  */
-public interface PageSettingsMBean {
+public interface PageSettingsMBean
+{
 	/**
-	 * Gets whether Wicket should try to support opening multiple windows for
-	 * the same session transparently. If this is true - the default setting -,
-	 * Wicket tries to detect whether a new window was opened by a user (e.g. in
-	 * Internet Explorer by pressing ctrl+n or ctrl+click on a link), and if it
-	 * detects that, it creates a new page map for that window on the fly. As a
-	 * page map represents the 'history' of one window, each window will then
-	 * have their own history. If two windows would share the same page map, the
-	 * non-bookmarkable links on one window could refer to stale state after
-	 * working a while in the other window.
+	 * Gets whether Wicket should try to support opening multiple windows for the same session
+	 * transparently. If this is true - the default setting -, Wicket tries to detect whether a new
+	 * window was opened by a user (e.g. in Internet Explorer by pressing ctrl+n or ctrl+click on a
+	 * link), and if it detects that, it creates a new page map for that window on the fly. As a
+	 * page map represents the 'history' of one window, each window will then have their own
+	 * history. If two windows would share the same page map, the non-bookmarkable links on one
+	 * window could refer to stale state after working a while in the other window.
 	 * <p>
-	 * <strong> Currently, Wicket trying to do this is a best effort that is not
-	 * completely fail safe. When the client does not support cookies, support
-	 * gets tricky and incomplete. See {@link WebPage}'s internals for the
-	 * implementation. </strong>
+	 * <strong> Currently, Wicket trying to do this is a best effort that is not completely fail
+	 * safe. When the client does not support cookies, support gets tricky and incomplete. See
+	 * {@link WebPage}'s internals for the implementation. </strong>
 	 * </p>
 	 * 
-	 * @return Whether Wicket should try to support multiple windows
-	 *         transparently
+	 * @return Whether Wicket should try to support multiple windows transparently
 	 */
 	boolean getAutomaticMultiWindowSupport();
 
@@ -52,25 +49,21 @@
 	boolean getVersionPagesByDefault();
 
 	/**
-	 * Sets whether Wicket should try to support opening multiple windows for
-	 * the same session transparently. If this is true - the default setting -,
-	 * Wicket tries to detect whether a new window was opened by a user (e.g. in
-	 * Internet Explorer by pressing ctrl+n or ctrl+click on a link), and if it
-	 * detects that, it creates a new page map for that window on the fly. As a
-	 * page map represents the 'history' of one window, each window will then
-	 * have their own history. If two windows would share the same page map, the
-	 * non-bookmarkable links on one window could refer to stale state after
-	 * working a while in the other window.
+	 * Sets whether Wicket should try to support opening multiple windows for the same session
+	 * transparently. If this is true - the default setting -, Wicket tries to detect whether a new
+	 * window was opened by a user (e.g. in Internet Explorer by pressing ctrl+n or ctrl+click on a
+	 * link), and if it detects that, it creates a new page map for that window on the fly. As a
+	 * page map represents the 'history' of one window, each window will then have their own
+	 * history. If two windows would share the same page map, the non-bookmarkable links on one
+	 * window could refer to stale state after working a while in the other window.
 	 * <p>
-	 * <strong> Currently, Wicket trying to do this is a best effort that is not
-	 * completely fail safe. When the client does not support cookies, support
-	 * gets tricky and incomplete. See {@link WebPage}'s internals for the
-	 * implementation. </strong>
+	 * <strong> Currently, Wicket trying to do this is a best effort that is not completely fail
+	 * safe. When the client does not support cookies, support gets tricky and incomplete. See
+	 * {@link WebPage}'s internals for the implementation. </strong>
 	 * </p>
 	 * 
 	 * @param automaticMultiWindowSupport
-	 *            Whether Wicket should try to support multiple windows
-	 *            transparently
+	 *            Whether Wicket should try to support multiple windows transparently
 	 */
 	void setAutomaticMultiWindowSupport(boolean automaticMultiWindowSupport);
 

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java Mon Oct 15 16:12:45 2007
@@ -32,30 +32,27 @@
 	boolean getBufferResponse();
 
 	/**
-	 * Gets whether Wicket should try to get extensive client info by
-	 * redirecting to
-	 * {@link BrowserInfoPage a page that polls for client capabilities}. This
-	 * method is used by the default implementation of
-	 * {@link WebRequestCycle#newClientInfo()}, so if that method is overriden,
-	 * there is no guarantee this method will be taken into account.
+	 * Gets whether Wicket should try to get extensive client info by redirecting to
+	 * {@link BrowserInfoPage a page that polls for client capabilities}. This method is used by
+	 * the default implementation of {@link WebRequestCycle#newClientInfo()}, so if that method is
+	 * overriden, there is no guarantee this method will be taken into account.
 	 * 
 	 * @return Whether to gather extensive client info
 	 */
 	boolean getGatherExtendedBrowserInfo();
 
 	/**
-	 * In order to do proper form parameter decoding it is important that the
-	 * response and the following request have the same encoding. see
-	 * http://www.crazysquirrel.com/computing/general/form-encoding.jspx for
-	 * additional information.
+	 * In order to do proper form parameter decoding it is important that the response and the
+	 * following request have the same encoding. see
+	 * http://www.crazysquirrel.com/computing/general/form-encoding.jspx for additional information.
 	 * 
 	 * @return The request and response encoding
 	 */
 	String getResponseRequestEncoding();
 
 	/**
-	 * Gets the time that a request will by default be waiting for the previous
-	 * request to be handled before giving up.
+	 * Gets the time that a request will by default be waiting for the previous request to be
+	 * handled before giving up.
 	 * 
 	 * @return The time out
 	 */
@@ -68,12 +65,10 @@
 	void setBufferResponse(boolean bufferResponse);
 
 	/**
-	 * Sets whether Wicket should try to get extensive client info by
-	 * redirecting to
-	 * {@link BrowserInfoPage a page that polls for client capabilities}. This
-	 * method is used by the default implementation of
-	 * {@link WebRequestCycle#newClientInfo()}, so if that method is overriden,
-	 * there is no guarantee this method will be taken into account.
+	 * Sets whether Wicket should try to get extensive client info by redirecting to
+	 * {@link BrowserInfoPage a page that polls for client capabilities}. This method is used by
+	 * the default implementation of {@link WebRequestCycle#newClientInfo()}, so if that method is
+	 * overriden, there is no guarantee this method will be taken into account.
 	 * 
 	 * @param gatherExtendedBrowserInfo
 	 *            Whether to gather extensive client info
@@ -81,10 +76,9 @@
 	void setGatherExtendedBrowserInfo(boolean gatherExtendedBrowserInfo);
 
 	/**
-	 * In order to do proper form parameter decoding it is important that the
-	 * response and the following request have the same encoding. see
-	 * http://www.crazysquirrel.com/computing/general/form-encoding.jspx for
-	 * additional information.
+	 * In order to do proper form parameter decoding it is important that the response and the
+	 * following request have the same encoding. see
+	 * http://www.crazysquirrel.com/computing/general/form-encoding.jspx for additional information.
 	 * 
 	 * Default encoding: UTF-8
 	 * 
@@ -94,8 +88,8 @@
 	void setResponseRequestEncoding(final String responseRequestEncoding);
 
 	/**
-	 * Sets the time that a request will by default be waiting for the previous
-	 * request to be handled before giving up.
+	 * Sets the time that a request will by default be waiting for the previous request to be
+	 * handled before giving up.
 	 * 
 	 * @param timeout
 	 */

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java Mon Oct 15 16:12:45 2007
@@ -119,8 +119,8 @@
 	/**
 	 * Gets the request logger for this application.
 	 * 
-	 * @return The request logger or null if no request is active, or if this is
-	 *         not a web application
+	 * @return The request logger or null if no request is active, or if this is not a web
+	 *         application
 	 */
 	protected org.apache.wicket.protocol.http.IRequestLogger getRequestLogger()
 	{

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java Mon Oct 15 16:12:45 2007
@@ -34,8 +34,7 @@
 	 * Only available for {@link WebApplication web applications}.
 	 * </p>
 	 * 
-	 * @return the total number of sessions ever created since the application
-	 *         was started
+	 * @return the total number of sessions ever created since the application was started
 	 * @throws IOException
 	 */
 	Integer getNumberOfCreatedSessions() throws IOException;
@@ -52,24 +51,21 @@
 	Integer getNumberOfLiveSessions() throws IOException;
 
 	/**
-	 * The largest number of concurrent sessions since the application was
-	 * started.
+	 * The largest number of concurrent sessions since the application was started.
 	 * <p>
 	 * Only available for {@link WebApplication web applications}.
 	 * </p>
 	 * 
-	 * @return the largest number of concurrent sessions since the application
-	 *         was started
+	 * @return the largest number of concurrent sessions since the application was started
 	 * @throws IOException
 	 */
 	Integer getPeakNumberOfSessions() throws IOException;
 
 	/**
-	 * Registers a new request logger at the application. You need a request
-	 * logger for some functions of the session bean. Be aware that sessions
-	 * will be logged from this time on, so they may not reflect the actual
-	 * number of sessions. Also, if one was registered, it will be replaced by a
-	 * new one, which then starts over counting, disregarding the current ones.
+	 * Registers a new request logger at the application. You need a request logger for some
+	 * functions of the session bean. Be aware that sessions will be logged from this time on, so
+	 * they may not reflect the actual number of sessions. Also, if one was registered, it will be
+	 * replaced by a new one, which then starts over counting, disregarding the current ones.
 	 * <p>
 	 * Only available for {@link WebApplication web applications}.
 	 * </p>
@@ -79,8 +75,8 @@
 	void restart() throws IOException;
 
 	/**
-	 * Removes any set request logger from the application. You need a request
-	 * logger for some functions of the session bean.
+	 * Removes any set request logger from the application. You need a request logger for some
+	 * functions of the session bean.
 	 * <p>
 	 * Only available for {@link WebApplication web applications}.
 	 * </p>

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java Mon Oct 15 16:12:45 2007
@@ -81,8 +81,7 @@
 	boolean getThrowExceptionOnMissingResource();
 
 	/**
-	 * @return Whether to use a default value (if available) when a missing
-	 *         resource is requested
+	 * @return Whether to use a default value (if available) when a missing resource is requested
 	 */
 	boolean getUseDefaultOnMissingResource();
 
@@ -95,8 +94,7 @@
 
 	/**
 	 * @param useDefaultOnMissingResource
-	 *            Whether to use a default value (if available) when a missing
-	 *            resource is requested
+	 *            Whether to use a default value (if available) when a missing resource is requested
 	 */
 	void setUseDefaultOnMissingResource(final boolean useDefaultOnMissingResource);
 }

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java Mon Oct 15 16:12:45 2007
@@ -18,7 +18,8 @@
 
 class Stringz
 {
-	static String className(Object o) {
+	static String className(Object o)
+	{
 		return (o != null) ? o.getClass().getName() : null;
 	}
 }

Modified: wicket/trunk/jdk-1.5/wicket-jmx/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java?rev=584968&r1=584967&r2=584968&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java Mon Oct 15 16:12:45 2007
@@ -16,12 +16,10 @@
  */
 package org.apache.wicket.util.license;
 
-import org.apache.wicket.util.license.ApacheLicenseHeaderTestCase;
 
 /**
- * Test that the license headers are in place in this project. The tests are run
- * from {@link ApacheLicenseHeaderTestCase}, but you can add project specific
- * tests here if needed.
+ * Test that the license headers are in place in this project. The tests are run from
+ * {@link ApacheLicenseHeaderTestCase}, but you can add project specific tests here if needed.
  * 
  * @author Frank Bille Jensen (frankbille)
  */
@@ -32,6 +30,6 @@
 	 */
 	public ApacheLicenceHeaderTest()
 	{
-//		addHeaders = true;
+		// addHeaders = true;
 	}
 }