Skip to content

Commit 3625a35

Browse files
hansonrhansonr
authored andcommitted
allows access to package-private constructor
1 parent 6e9bd38 commit 3625a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/util/GregorianCalendar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ public GregorianCalendar(int year, int month, int dayOfMonth, int hourOfDay,
665665
* in the calendar.
666666
* @param millis the value used to set the <code>MILLISECOND</code> calendar field
667667
*/
668-
GregorianCalendar(int year, int month, int dayOfMonth,
668+
public GregorianCalendar(int year, int month, int dayOfMonth,
669669
int hourOfDay, int minute, int second, int millis) {
670670
super();
671671
gdate = (BaseCalendar.Date) getGcal().newCalendarDate(getZone());

0 commit comments

Comments
 (0)