| # | Line 48 | Line 48 | public class DepotPackageCheck { | |
|---|---|---|
| 48 | System.out.format("Inst method '%s':\n", inst); | |
| 49 | for (NodeMod nm : foundNodes.get(inst)) { | |
| 50 | System.out | |
| 51 | < | .format(" Node %3d, Files %d, Platform %5s, Type %10s, Title \"%s\"\n", |
| 51 | > | .format(" Node %3d, Files %d, Platform %5s, Type %11s, Submitter %10s, Title \"%s\"\n", |
| 52 | nm.getNid(), nm.getUploads().size(), nm | |
| 53 | .getPlatform().toString(), nm | |
| 54 | < | .getTypes().toString(), nm.getTitle()); |
| 54 | > | .getTypes().toString(), nm.getName(), |
| 55 | > | nm.getTitle()); |
| 56 | } | |
| 57 | System.out.println(); | |
| 58 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |