X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fcore%2Fdocument%2Fcontent%2FPropertyCollection.java;fp=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fcore%2Fdocument%2Fcontent%2FPropertyCollection.java;h=4034670ceb1275da29f4d9cc30ea6e36885580c5;hp=f3840b4172e63023940fdc9aa48973d4facc110f;hb=e8052e0b1948260c3701bfe80dfaa8fdf5c38053;hpb=e6e265a23ae9e32b65ba6a70d302ae680e73138f diff --git a/src/main/java/eu/svjatoslav/sixth/core/document/content/PropertyCollection.java b/src/main/java/eu/svjatoslav/sixth/core/document/content/PropertyCollection.java index f3840b4..4034670 100644 --- a/src/main/java/eu/svjatoslav/sixth/core/document/content/PropertyCollection.java +++ b/src/main/java/eu/svjatoslav/sixth/core/document/content/PropertyCollection.java @@ -7,4 +7,8 @@ public class PropertyCollection implements Content { private Map propertyToValue = new HashMap<>(); + @Override + public void toMD(StringBuilder sb, int indent) { + // TODO + } }