diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-13 13:59:00 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-05 21:57:07 +0100 |
commit | 3c5a7bc2b366ffad0a389f125854353914fce8b4 (patch) | |
tree | 9bc3ab6e7cfe3a642f11bc65ade7c06311ee2437 /python | |
parent | 11da32315d7a6ccf65d5ea0d9128224c3f3b70a7 (diff) | |
download | libguestfs-3c5a7bc2b366ffad0a389f125854353914fce8b4.tar.gz libguestfs-3c5a7bc2b366ffad0a389f125854353914fce8b4.tar.xz libguestfs-3c5a7bc2b366ffad0a389f125854353914fce8b4.zip |
java: Generate overloaded non-optargs method for each optargs method.
For example the existing method:
public void mkfs_opts (String fstype, String device, Map<..> optargs);
is now accompanied by this overloaded method which is a simple wrapper:
public void mkfs_opts (String fstype, String device)
throws LibGuestFSException
{
mkfs_opts (fstype, device, null);
}
(cherry picked from commit 0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13)
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions