Skip to content

Commit

Permalink
adjust Javadoc in deserializer to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Mar 1, 2023
1 parent f89aa1e commit e2243e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ default <T extends Referable> T readReferable(File src, Charset charset, Class<T
* @param outputClass most specific class of the given Referable
* @param <T> type of the returned element
* @return an instance of a list of the referables
* @throws DeserializationException
* @throws DeserializationException if deserialization of referable fails
*/
<T extends Referable> List<T> readReferables(String referables, Class<T> outputClass) throws DeserializationException;

Expand Down

0 comments on commit e2243e2

Please sign in to comment.