blob: b2b3b64237a2752d36f8aa7f3285d1f4f49c2732 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 1996-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.impl;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class CalendarAstronomer {
public CalendarAstronomer(double longitude, double latitude) { throw new RuntimeException("Stub!"); }
public void setTime(long aTime) { throw new RuntimeException("Stub!"); }
public long getSunRiseSet(boolean rise) { throw new RuntimeException("Stub!"); }
}