You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2009/05/24 00:02:00 UTC

svn commit: r778041 - /incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php

Author: grobmeier
Date: Sat May 23 22:02:00 2009
New Revision: 778041

URL: http://svn.apache.org/viewvc?rev=778041&view=rev
Log:
removed unnecessary method

Modified:
    incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php

Modified: incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php?rev=778041&r1=778040&r2=778041&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php (original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php Sat May 23 22:02:00 2009
@@ -36,18 +36,7 @@
 	const DELIM_START_LEN = 2;
 	const DELIM_STOP_LEN = 1;
 
-	/** 
-	 * @param array $l
-	 * @param array $r
-	 * @return array
-	 *
-	 * @static
-	 */
-	public static function concatanateArrays($l, $r) {
-		return array_merge($l, $r);
-	}
-
-	/**
+   /**
 	* Read a predefined var.
 	*
 	* It returns a value referenced by <var>$key</var> using this search criteria: