Skip to content

Commit 08c75e9

Browse files
committed
Checkstyle fixes
Signed-off-by: Raihan M <muhamedraihan@gmail.com>
1 parent efdde1c commit 08c75e9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

  • protocol/src/main/java/org/fidoalliance/fdo/protocol

protocol/src/main/java/org/fidoalliance/fdo/protocol/Mapper.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,13 @@ public byte[] writeAsCborByteString(Object value) throws IOException {
135135
return cborMapper.writeValueAsBytes(writeValue(value));
136136
}
137137

138-
/**
139-
* @return A CBOR Null value.
140-
*/
138+
/**
139+
* Returns a CBOR Null value.
140+
*
141+
* @return A CBOR Null value.
142+
*/
141143
public byte[] cborNull() {
142-
return new byte[]{(byte) 0xf6};
144+
return new byte[]{(byte) 0xf6};
143145
}
144146

145147
/**

0 commit comments

Comments
 (0)