summaryrefslogtreecommitdiff
path: root/java/openjdk6/files/icedtea/security/20130618/langtools_merge-01.patch
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-10-09 20:36:06 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-10-09 20:36:06 +0000
commitf78b1b9ba06ffbbdecee2801917443f79011f134 (patch)
treefc3ef7699ec2d5dff96245bc6d90117d597fb678 /java/openjdk6/files/icedtea/security/20130618/langtools_merge-01.patch
parentBump PORTREVISION after plist change (diff)
Update to Build b28.
Diffstat (limited to 'java/openjdk6/files/icedtea/security/20130618/langtools_merge-01.patch')
-rw-r--r--java/openjdk6/files/icedtea/security/20130618/langtools_merge-01.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/java/openjdk6/files/icedtea/security/20130618/langtools_merge-01.patch b/java/openjdk6/files/icedtea/security/20130618/langtools_merge-01.patch
deleted file mode 100644
index 6eb0a75db14e..000000000000
--- a/java/openjdk6/files/icedtea/security/20130618/langtools_merge-01.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-# HG changeset patch
-# User andrew
-# Date 1371734829 18000
-# Node ID 9aefba5680d55a2e3f718c03cd27cf027c7fc1f9
-# Parent f422c843b477501acc2526c69609fd94204cdce1
-Fix merge error
-
-diff --git a/src/share/classes/com/sun/tools/javadoc/RootDocImpl.java b/src/share/classes/com/sun/tools/javadoc/RootDocImpl.java
---- langtools/src/share/classes/com/sun/tools/javadoc/RootDocImpl.java
-+++ langtools/src/share/classes/com/sun/tools/javadoc/RootDocImpl.java
-@@ -36,7 +36,6 @@
- import com.sun.tools.javac.util.List;
- import com.sun.tools.javac.util.ListBuffer;
- import com.sun.tools.javac.util.Position;
--import java.util.Locale;
-
- /**
- * This class holds the information from one run of javadoc.
-@@ -362,11 +361,4 @@
- public Locale getLocale() {
- return env.doclocale.locale;
- }
--
-- /**
-- * Return the locale provided by the user or the default locale value.
-- */
-- public Locale getLocale() {
-- return env.doclocale.locale;
-- }
- }