method getManifestPath is misspelled getManinfestPath in ContainerBase
----------------------------------------------------------------------
Key: SHRINKWRAP-205
URL:
https://jira.jboss.org/browse/SHRINKWRAP-205
Project: ShrinkWrap
Issue Type: Bug
Components: impl-base
Affects Versions: 1.0.0-alpha-10
Reporter: Dan Allen
Priority: Minor
Fix For: 1.0.0-alpha-11
Simple method misspelling.
Instead of a patch, its easier to provide the script that fixes the problem.
sed -i 's/getManinfestPath/getManifestPath/g' `find -name '*.java' -exec
grep -l 'getManinfestPath' {} \;`
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira