Uploaded image for project: 'Bahir (Retired)'
  1. Bahir (Retired)
  2. BAHIR-265

Fix Java format print mismatch

    XMLWordPrintableJSON

Details

    Description

      Fix format-print mismatch, for example:

      ```java

      LOG.info("command value {} ttl {}", key, value, ttl);

      ```

      should really be

      ```java

      LOG.info("command key {} value {} ttl {}", key, value, ttl);

      ```

      Attachments

        Issue Links

          Activity

            People

              eskabetxe João Boto
              Yik San Chan Yik San Chan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: