Skip to content

Commit

Permalink
Move OpenDocumentNamespaces to package protected
Browse files Browse the repository at this point in the history
  • Loading branch information
miachm committed Dec 22, 2023
1 parent 73f620d commit ef4f080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/github/miachm/sods/OpenDocumentNamespaces.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.github.miachm.sods;

public class OpenDocumentNamespaces {
class OpenDocumentNamespaces {
final static String MANIFEST = "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0";
final static String OFFICE = "urn:oasis:names:tc:opendocument:xmlns:office:1.0";
final static String TABLE = "urn:oasis:names:tc:opendocument:xmlns:table:1.0";
Expand Down

0 comments on commit ef4f080

Please sign in to comment.