Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3904

Bug in calling methods defined in Usps Services

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • Release Branch 10.04, Trunk
    • product
    • None

    Description

      Calling "getPackageSplit" & "calcPackageWeight" methods from outside of the class causes compilation error, as their access modifiers are private.
      So fixing this bug, following points are covered in this commit.

      1) Moving "getPackageSplit" and "calcPackageWeight" from UspsServices.java to ShipmentWorker.java. They are not Usps third party related methods.
      2) Changing access modifiers of these methods to public.

      Attachments

        1. OFBIZ-3904.patch
          18 kB
          Vivek Mishra

        Activity

          People

            toashishvijay Ashish Vijaywargiya
            ofbizmaniac Vivek Mishra
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: