Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-3326

Code cleaning and Javadoc

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.0.0, 1.25
    • None
    • server
    • None

    Description

      TikaResource Uses  String key : httpHeaders.keySet() to iterate over header keys, and then inside processHeaderConfig(...), the first header value is fetched, and stored in "val" variable, for further usage.

       

      As, this method (processHeaderConfig) should be logically called (and practically) per header value pair, it would be cleaner to extract the header value to outside.

       

      Additionally, few missing javadocs added. Updated javadocs for changed methods as well.

      Attachments

        Activity

          People

            Unassigned Unassigned
            subhajitdas298 Subhajit Das
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: