You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/07/09 18:16:57 UTC

svn commit: r1359257 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/tools/ lucene/tools/forbiddenApis/jdk.txt

Author: rmuir
Date: Mon Jul  9 16:16:57 2012
New Revision: 1359257

URL: http://svn.apache.org/viewvc?rev=1359257&view=rev
Log:
LUCENE-4199: add another missing one

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/tools/   (props changed)
    lucene/dev/branches/branch_4x/lucene/tools/forbiddenApis/jdk.txt

Modified: lucene/dev/branches/branch_4x/lucene/tools/forbiddenApis/jdk.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/tools/forbiddenApis/jdk.txt?rev=1359257&r1=1359256&r2=1359257&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/tools/forbiddenApis/jdk.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/tools/forbiddenApis/jdk.txt Mon Jul  9 16:16:57 2012
@@ -59,6 +59,7 @@ java.util.Calendar#<init>()
 java.util.Calendar#getInstance()
 java.util.Calendar#getInstance(java.util.Locale)
 java.util.Calendar#getInstance(java.util.TimeZone)
+java.util.Currency#getSymbol()
 java.util.GregorianCalendar#<init>()
 java.util.GregorianCalendar#<init>(int,int,int)
 java.util.GregorianCalendar#<init>(int,int,int,int,int)