TransferConfig#getInheritProjectMaxObjectSizeLimit: Rename to inheritProjectMaxObjectSizeLimit
Change-Id: Ieb56c525ca2d6230a7589dc387cc921728d1051a
This commit is contained in:
@@ -69,7 +69,7 @@ public class TransferConfig {
|
||||
return maxObjectSizeLimitFormatted;
|
||||
}
|
||||
|
||||
public boolean getInheritProjectMaxObjectSizeLimit() {
|
||||
public boolean inheritProjectMaxObjectSizeLimit() {
|
||||
return inheritProjectMaxObjectSizeLimit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user