porltetmvc

This commit is contained in:
Keith Donald
2008-03-26 04:56:12 +00:00
parent 3004994fdb
commit 8a3b571949
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.webflow.portlet;
package org.springframework.webflow.portletmvc;
import javax.portlet.PortletRequest;
import javax.portlet.RenderRequest;

View File

@@ -1,4 +1,4 @@
package org.springframework.webflow.portlet;
package org.springframework.webflow.portletmvc;
import java.io.IOException;
import java.util.Iterator;