Skip to content
Snippets Groups Projects
Commit cd5c1771 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed javadoc.

parent b3b6a5e6
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ public class NdmWriter {
* @param <H> type of the header
* @param <S> type of the segments
* @param <F> type of the file
* @throws IOException if the stream cannot write to stream
*/
public <H extends Header, S extends Segment<?, ?>, F extends NdmConstituent<H, S>>
void writeConstituent(final Generator generator, final F constituent) throws IOException {
......@@ -146,6 +147,7 @@ public class NdmWriter {
* @param <S> type of the segments
* @param <F> type of the file
* @return writer suited for the constituent
* @throws IOException if the stream cannot write to stream
*/
@SuppressWarnings("unchecked")
private <H extends Header, S extends Segment<?, ?>, F extends NdmConstituent<H, S>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment