[
https://issues.apache.org/jira/browse/DOXIA-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15807739#comment-15807739
]
Hudson commented on DOXIA-549:
------------------------------
ABORTED: Integrated in Jenkins build doxia-all Jigsaw #6 (See
[https://builds.apache.org/job/doxia-all%20Jigsaw/6/])
[DOXIA-549] Deprecate and replace DoxiaUtils#byteToHex() with String#format()
(michaelo: [http://svn.apache.org/viewvc/?view=rev&rev=1777821])
* (edit)
./doxia/doxia-core/src/main/java/org/apache/maven/doxia/util/DoxiaUtils.java
* (edit)
./doxia/doxia-core/src/main/java/org/apache/maven/doxia/util/HtmlTools.java
* (edit)
./doxia/doxia-core/src/test/java/org/apache/maven/doxia/util/HtmlToolsTest.java
> 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)