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 2006/10/12 13:29:56 UTC

svn commit: r463205 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/Application.java

Author: ehillenius
Date: Thu Oct 12 04:29:55 2006
New Revision: 463205

URL: http://svn.apache.org/viewvc?view=rev&rev=463205
Log:
added since tag

Modified:
    incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/Application.java

Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/Application.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/Application.java?view=diff&rev=463205&r1=463204&r2=463205
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/Application.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/Application.java Thu Oct 12 04:29:55 2006
@@ -426,6 +426,7 @@
 	 * {@link #DEVELOPMENT} or {@link #DEPLOYMENT}.
 	 * 
 	 * @return configuration
+	 * @since 1.2.3
 	 */
 	public String getConfigurationType()
 	{