Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
6c799374
Commit
6c799374
authored
Mar 11, 2016
by
helene ortiz
Browse files
No commit message
No commit message
parent
a9dd7bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/core/property/format/HexadecimalFormat.java
View file @
6c799374
...
...
@@ -23,7 +23,7 @@ import java.math.BigInteger;
public
class
HexadecimalFormat
extends
PropertyFormat
{
public
String
formatForDisplay
(
String
value
)
{
return
Integer
.
toHexString
(
new
Integer
(
value
).
intValue
());
return
Integer
.
toHexString
(
new
Integer
(
value
).
intValue
())
.
toUpperCase
()
;
}
public
String
unformat
(
String
value
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment