ChildProjectApiImpl: Fix error message
Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I780adbe850a9f75617534b268e5217847655a77c
This commit is contained in:

committed by
David Pursehouse

parent
42d39d0f08
commit
95e2c9ef22
@@ -49,7 +49,7 @@ public class ChildProjectApiImpl implements ChildProjectApi {
|
|||||||
getChildProject.setRecursive(recursive);
|
getChildProject.setRecursive(recursive);
|
||||||
return getChildProject.apply(rsrc).value();
|
return getChildProject.apply(rsrc).value();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw asRestApiException("Cannot child project", e);
|
throw asRestApiException("Cannot get child project", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user