Skip to content

Commit b229b83

Browse files
jvpratgebhardt
authored andcommitted
Make setDict public to be able to create new Plists, not just load them.
1 parent f706166 commit b229b83

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/sap/prd/mobile/ios/mios/xcodeprojreader/jaxb

1 file changed

+1
-1
lines changed

src/main/java/com/sap/prd/mobile/ios/mios/xcodeprojreader/jaxb/JAXBPlist.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public Dict getDict()
5555
return dict;
5656
}
5757

58-
void setDict(Dict dict)
58+
public void setDict(Dict dict)
5959
{
6060
this.dict = dict;
6161
}

0 commit comments

Comments
 (0)