Skip to content
Snippets Groups Projects
Commit 77e7831f authored by Adam Laskowski's avatar Adam Laskowski Committed by vkovtun
Browse files

SSDM-13637: Refactoring of metadata executor logic - creating custom executor...

SSDM-13637: Refactoring of metadata executor logic - creating custom executor for updating metadata. Missing JS file
parent 6e28a092
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
var IMetaDataUpdateHolder = function() {
};
stjs.extend(IMetaDataUpdateHolder, null, [], function(constructor, prototype) {
prototype.getMetaData = function() {
throw new exceptions.RuntimeException("Interface method.");
};
}, {});
return IMetaDataUpdateHolder;
})
\ No newline at end of file
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