Mistake in code of the class UpdateCommand
------------------------------------------

                 Key: FELIX-1828
                 URL: https://issues.apache.org/jira/browse/FELIX-1828
             Project: Felix
          Issue Type: Bug
          Components: Deployment Admin
            Reporter: Pavel Kodl


On row 70 should be :
  Bundle bundle = targetPackage.getBundle(bundleInfo.getSymbolicName());

instead of:
  Bundle bundle = source.getBundle(bundleInfo.getSymbolicName());

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to