Skip to content

Commit 5ccbb6c

Browse files
author
Simen Støa
committed
make ForRequestsOfAllApi public
1 parent 16259b8 commit 5ccbb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxb/src/main/java/no/digipost/signature/jaxb/JaxbMarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public abstract class JaxbMarshaller {
5757
* This marshaller will validate if the XML generated from marshalled Java objects
5858
* adheres to the API schemas.
5959
*/
60-
static class ForRequestsOfAllApis extends JaxbMarshaller {
60+
public static class ForRequestsOfAllApis extends JaxbMarshaller {
6161

6262
public static JaxbMarshaller singleton() {
6363
return SingletonHolder.instance;

0 commit comments

Comments
 (0)