9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
module ruleHelper {
|
||
|
function md5(str) {
|
||
|
return org.bdware.sc.registry.RuleHelper.md5(str);
|
||
|
}
|
||
|
function edp(d1, d2) {
|
||
|
return org.bdware.sc.registry.RuleHelper.edp(d1, d2);
|
||
|
}
|
||
|
}
|