|
private List<P4Ref> listChanges(String ws) throws Exception { List<P4Ref> list = new ArrayList<P4Ref>(); + + // exit early if change limit is 0 |
Reply ·0 | |
|
|
|
// a change if (from.equals(to)) { return new ArrayList<P4Ref>(); }
Joel Brown (on ClientHelper.java, line 1237) commented
3 years ago
(edited)
I only see this method sig called from CheckoutTask.java for changelist calculations |
Reply ·0 | |
|