summaryrefslogtreecommitdiff
path: root/dev-java/ini4j/files/ini4j-0.5.2-remove.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/ini4j/files/ini4j-0.5.2-remove.patch')
-rw-r--r--dev-java/ini4j/files/ini4j-0.5.2-remove.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-java/ini4j/files/ini4j-0.5.2-remove.patch b/dev-java/ini4j/files/ini4j-0.5.2-remove.patch
deleted file mode 100644
index 444cdb3cd5c0..000000000000
--- a/dev-java/ini4j/files/ini4j-0.5.2-remove.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/org/ini4j/Profile.java 2015-11-03 22:49:34.854486000 +0000
-+++ b/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
- {
---- a/org/ini4j/BasicProfile.java 2015-11-03 22:50:28.101486000 +0000
-+++ b/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);
-