Exemple #1
0
 static String substitute(Configuration conf, String expr) {
   return expr == null ? null : INSTANCE.substitute(conf, expr, 1);
 }
Exemple #2
0
 static String substitute(String expr) {
   return expr == null ? null : INSTANCE.substitute(null, expr, 1);
 }