From 1699589ce9c2abde55e65741cdcddd2aff8635f8 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 5 Oct 2006 22:40:05 +0000 Subject: [PATCH] ICU-5410 Comment out unused code. X-SVN-Rev: 20498 --- icu4j/src/com/ibm/icu/impl/ICUDebug.java | 4 ++-- icu4j/src/com/ibm/icu/util/HebrewCalendar.java | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/icu4j/src/com/ibm/icu/impl/ICUDebug.java b/icu4j/src/com/ibm/icu/impl/ICUDebug.java index 44e48acef84..92d3b0d8263 100644 --- a/icu4j/src/com/ibm/icu/impl/ICUDebug.java +++ b/icu4j/src/com/ibm/icu/impl/ICUDebug.java @@ -86,7 +86,7 @@ public final class ICUDebug { return false; } - public static String value(String arg) { +/* public static String value(String arg) { String result = "false"; if (debug) { int index = params.indexOf(arg); @@ -104,7 +104,7 @@ public final class ICUDebug { if (help) System.out.println("\nICUDebug.value(" + arg + ") = " + result); } return result; - } + }*/ /* static public void main(String[] args) { // test diff --git a/icu4j/src/com/ibm/icu/util/HebrewCalendar.java b/icu4j/src/com/ibm/icu/util/HebrewCalendar.java index 3e9cf31cdd0..79b6639e41a 100755 --- a/icu4j/src/com/ibm/icu/util/HebrewCalendar.java +++ b/icu4j/src/com/ibm/icu/util/HebrewCalendar.java @@ -634,19 +634,17 @@ public class HebrewCalendar extends Calendar { return day; } - /** + /* * Find the day of the week for a given day * * @param day The # of days since the start of the Hebrew calendar, * 1-based (i.e. 1/1/1 AM is day 1). */ - ///CLOVER:OFF - private static int absoluteDayToDayOfWeek(long day) + /*private static int absoluteDayToDayOfWeek(long day) { // We know that 1/1/1 AM is a Monday, which makes the math easy... return (int)(day % 7) + 1; - } - ///CLOVER:ON + }*/ /** * Returns the the type of a given year.