Skip to content

Commit ce52ad7

Browse files
Minor
1 parent c732f2e commit ce52ad7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/dev/vml/es/acm/core/repo/RepoResource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ private void setFileContent(
599599
InputStream data,
600600
Consumer<OutputStream> dataWriter) {
601601
contentValues.put(JcrConstants.JCR_PRIMARYTYPE, JcrConstants.NT_RESOURCE);
602-
contentValues.put(JcrConstants.JCR_ENCODING, "utf-8");
603602
contentValues.putAll(props);
604603

605604
if (dataWriter != null) {

0 commit comments

Comments
 (0)