Example #1
0
 public PathChangeModel getPath(String path) {
   if (stat == null) {
     return null;
   }
   return stat.getPath(path);
 }