Skip to content

Commit dd03eab

Browse files
committed
Added missing processWrite() call in MessageBodyWriter::writeTo
1 parent 7e3eb97 commit dd03eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void writeTo(Model model, Class<?> type, Type genericType, Annotation[] a
110110
RDFWriter.create().
111111
format(RDFFormat.RDFXML_PLAIN).
112112
context(cxt).
113-
source(model).
113+
source(processWrite(model)).
114114
output(baos);
115115

116116
transform(baos, mediaType, headerMap, entityStream);

0 commit comments

Comments
 (0)