Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd committed Jun 26, 2024
1 parent 2a6c3b1 commit 8ede943
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static void writeValueTo(StreamOutput out, Object attributeValue) throws
* @param in the streaminput to read
* @param attribute attribute type to differentiate between Source and others
* @return parse value
* @throws IOException
* @throws IOException IOException
*/
public static Object readAttributeValue(StreamInput in, Attribute attribute) throws IOException {
if (attribute == Attribute.SOURCE) {
Expand All @@ -115,7 +115,7 @@ public static Object readAttributeValue(StreamInput in, Attribute attribute) thr
*
* @param in the streaminput to read
* @return parsed attribute map
* @throws IOException
* @throws IOException IOException
*/
public static Map<Attribute, Object> readAttributeMap(StreamInput in) throws IOException {
int size = readArraySize(in);
Expand Down

0 comments on commit 8ede943

Please sign in to comment.