Skip to content

Commit 1e5d910

Browse files
committed
minor documentation improvements
1 parent 12f694f commit 1e5d910

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

calendar/src/main/java/net/time4j/calendar/EthiopianCalendar.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
* </pre>
126126
*
127127
* @author Meno Hochschild
128+
* @see EthiopianEra
129+
* @see EthiopianMonth
128130
* @see EthiopianTime
129131
* @see net.time4j.format.NumberSystem#ETHIOPIC
130132
* @since 3.11/4.8
@@ -182,6 +184,8 @@
182184
* </pre>
183185
*
184186
* @author Meno Hochschild
187+
* @see EthiopianEra
188+
* @see EthiopianMonth
185189
* @see EthiopianTime
186190
* @see net.time4j.format.NumberSystem#ETHIOPIC
187191
* @since 3.11/4.8

calendar/src/main/java/net/time4j/calendar/HijriCalendar.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@
141141
* </pre>
142142
*
143143
* @author Meno Hochschild
144+
* @see HijriEra
145+
* @see HijriMonth
146+
* @see HijriAlgorithm
147+
* @see HijriAdjustment
148+
* @see net.time4j.format.NumberSystem#ARABIC
149+
* @see net.time4j.format.NumberSystem#ARABIC_INDIC
150+
* @see net.time4j.format.NumberSystem#ARABIC_INDIC_EXT
144151
* @since 3.5/4.3
145152
* @doctags.concurrency {immutable}
146153
*/
@@ -219,6 +226,13 @@
219226
* </pre>
220227
*
221228
* @author Meno Hochschild
229+
* @see HijriEra
230+
* @see HijriMonth
231+
* @see HijriAlgorithm
232+
* @see HijriAdjustment
233+
* @see net.time4j.format.NumberSystem#ARABIC
234+
* @see net.time4j.format.NumberSystem#ARABIC_INDIC
235+
* @see net.time4j.format.NumberSystem#ARABIC_INDIC_EXT
222236
* @since 3.5/4.3
223237
* @doctags.concurrency {immutable}
224238
*/

calendar/src/main/java/net/time4j/calendar/JapaneseCalendar.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
* &quot;yy&quot; is used (but users should avoid this pattern and prefer &quot;y&quot;). </p>
159159
*
160160
* @author Meno Hochschild
161+
* @see Nengo
162+
* @see EastAsianMonth
161163
* @see NumberSystem#JAPANESE
162164
* @since 3.32/4.27
163165
* @doctags.concurrency {immutable}
@@ -232,6 +234,8 @@
232234
* sollten trotzdem das Muster &quot;y&quot; bevorzugen). </p>
233235
*
234236
* @author Meno Hochschild
237+
* @see Nengo
238+
* @see EastAsianMonth
235239
* @see NumberSystem#JAPANESE
236240
* @since 3.32/4.27
237241
* @doctags.concurrency {immutable}

calendar/src/main/resources/names/japanese.properties

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# eras
1+
# -------------------------------------------------------------------------
2+
# Legend:
3+
#
4+
# Short keys: M=MONTH_OF_YEAR, E=ERA
5+
# Format mode: w=WIDE, a=ABBREVIATED, s=SHORT, n=NARROW
6+
# Standalone mode: W=WIDE, A=ABBREVIATED, S=SHORT, N=NARROW
7+
# -------------------------------------------------------------------------
8+
9+
# property key format (first letter only if true)
10+
useShortKeys=true
11+
12+
# eras
213
meiji=Meiji
314
taisho=Taishō
415
showa=Shōwa

0 commit comments

Comments
 (0)