Author: grobmeier
Date: Wed Jul 15 21:40:27 2009
New Revision: 794425

URL: http://svn.apache.org/viewvc?rev=794425&view=rev
Log:
corrected phpdoc annotation

Modified:
    incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php

Modified: incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php?rev=794425&r1=794424&r2=794425&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php (original)
+++ incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php Wed Jul 15 
21:40:27 2009
@@ -14,13 +14,11 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- *
- * @package log4php
  */
  
  /**
   * Provides methods for reflective use on php objects
+  * @package log4php
   */
 class LoggerReflectionUtils {
                /** the target object */


Reply via email to