DashboardsCollection#replace: rename 'query' parameter to 'input'
Change-Id: I3427e7d4368d48f475b0f0b695acfd52a64bcfd7
This commit is contained in:
@@ -238,8 +238,8 @@ public class DashboardsCollection
|
||||
return info;
|
||||
}
|
||||
|
||||
private static String replace(String project, String query) {
|
||||
return query.replace("${project}", project);
|
||||
private static String replace(String project, String input) {
|
||||
return input.replace("${project}", project);
|
||||
}
|
||||
|
||||
private static String defaultOf(Project proj) {
|
||||
|
||||
Reference in New Issue
Block a user