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