summaryrefslogtreecommitdiffstats
path: root/python/run-python-tests
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-13 13:59:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-05 21:08:52 +0100
commitab1129e332c81ae686fd86f1b9ce5230ce632d39 (patch)
tree948aa013a7641c25bec9869d7b8825bceb63bac9 /python/run-python-tests
parent8b4a8f71d4b6b3289324fc3ad30a8d3ddc509efd (diff)
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/run-python-tests')
0 files changed, 0 insertions, 0 deletions