Skip to content
Snippets Groups Projects
Commit d508320e authored by gakin's avatar gakin
Browse files

SSDM-4555 : Change access modifiers for MasterDataRegistrationTransaction

SVN: 37559
parent a45b094b
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ public class MasterDataRegistrationTransaction implements IMasterDataRegistratio ...@@ -88,7 +88,7 @@ public class MasterDataRegistrationTransaction implements IMasterDataRegistratio
private final MasterDataTransactionErrors transactionErrors = new MasterDataTransactionErrors(); private final MasterDataTransactionErrors transactionErrors = new MasterDataTransactionErrors();
MasterDataRegistrationTransaction(EncapsulatedCommonServer commonServer) public MasterDataRegistrationTransaction(EncapsulatedCommonServer commonServer)
{ {
this.commonServer = commonServer; this.commonServer = commonServer;
} }
...@@ -499,7 +499,7 @@ public class MasterDataRegistrationTransaction implements IMasterDataRegistratio ...@@ -499,7 +499,7 @@ public class MasterDataRegistrationTransaction implements IMasterDataRegistratio
return commonServer.listExternalDataManagementSystems(); return commonServer.listExternalDataManagementSystems();
} }
void commit() public void commit()
{ {
registerFileFormatTypes(createdFileTypes); registerFileFormatTypes(createdFileTypes);
registerVocabularies(createdVocabularies); registerVocabularies(createdVocabularies);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment