Skip to content

Commit fbb7695

Browse files
committed
Add missing @params for javadoc.
1 parent ca097d2 commit fbb7695

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/fge/msgsimple/bundle/MessageBundleBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public MessageBundleBuilder prependSource(final MessageSource source)
122122
/**
123123
* Convenience method to append a single-source provider for a given locale
124124
*
125+
* @param locale the locale
125126
* @param source the message source
126127
* @return this
127128
* @see StaticMessageSourceProvider#withSingleSource(Locale, MessageSource)
@@ -138,6 +139,7 @@ public MessageBundleBuilder appendSource(final Locale locale,
138139
/**
139140
* Convenience method to prepend a single-source provider for a given locale
140141
*
142+
* @param locale the locale
141143
* @param source the message source
142144
* @return this
143145
* @see StaticMessageSourceProvider#withSingleSource(Locale, MessageSource)

0 commit comments

Comments
 (0)