summaryrefslogtreecommitdiff
path: root/dev-java/ini4j/files/ini4j-0.5.1-remove.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/ini4j/files/ini4j-0.5.1-remove.patch')
-rw-r--r--dev-java/ini4j/files/ini4j-0.5.1-remove.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-java/ini4j/files/ini4j-0.5.1-remove.patch b/dev-java/ini4j/files/ini4j-0.5.1-remove.patch
new file mode 100644
index 0000000000..60a1195d42
--- /dev/null
+++ b/dev-java/ini4j/files/ini4j-0.5.1-remove.patch
@@ -0,0 +1,22 @@
+--- org/ini4j/Profile.java.orig 2015-11-03 22:49:34.854486000 +0000
++++ org/ini4j/Profile.java 2015-11-03 22:49:53.412486000 +0000
+@@ -43,7 +43,7 @@
+
+ Section remove(Profile.Section section);
+
+- String remove(Object sectionName, Object optionName);
++ String removeString(Object sectionName, Object optionName);
+
+ interface Section extends OptionMap
+ {
+--- org/ini4j/BasicProfile.java.orig 2015-11-03 22:50:28.101486000 +0000
++++ org/ini4j/BasicProfile.java 2015-11-03 22:51:09.338486000 +0000
+@@ -138,7 +138,7 @@
+ return remove((Object) section.getName());
+ }
+
+- @Override public String remove(Object sectionName, Object optionName)
++ @Override public String removeString(Object sectionName, Object optionName)
+ {
+ Section sec = get(sectionName);
+