Michael Osipov created DOXIA-549: ------------------------------------ Summary: Deprecate and replace DoxiaUtils#byteToHex with String#format Key: DOXIA-549 URL: https://issues.apache.org/jira/browse/DOXIA-549 Project: Maven Doxia Issue Type: Task Components: Core Affects Versions: 1.7 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 1.8
{{DoxiaUtils#byteToHex()}} can simply be replaced with {{String.format( "%02X", byte )}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)