Revision: 250
http://sourceforge.net/p/beeframework/code/250
Author: m_plomer
Date: 2014-10-08 23:50:28 +0000 (Wed, 08 Oct 2014)
Log Message:
-----------
- omissions from previous namespace refactoring
Modified Paths:
--------------
trunk/framework/Bee/MVC/Controller/Multiaction/MethodNameResolver/AntPathMethodNameResolver.php
Modified: trunk/framework/Bee/MVC/Controller/Multiaction/MethodNameResolver/AntPathMethodNameResolver.php
===================================================================
--- trunk/framework/Bee/MVC/Controller/Multiaction/MethodNameResolver/AntPathMethodNameResolver.php 2014-10-08 23:47:21 UTC (rev 249)
+++ trunk/framework/Bee/MVC/Controller/Multiaction/MethodNameResolver/AntPathMethodNameResolver.php 2014-10-08 23:50:28 UTC (rev 250)
@@ -22,7 +22,7 @@
/**
* A method name resolver that uses a mapping from ant-style path definitions to handler method names. The path definitions are parsed
- * by <code>Bee_Utils_AntPathMatcher</code> and can contain wildcards (*, ?).
+ * by <code>Bee\Utils\AntPathMatcher</code> and can contain wildcards (*, ?).
*
* @see Bee\MVC\Controller\MultiAction
* @see Bee\MVC\Controller\Multiaction\IMethodNameResolver
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|