Skip to content

Commit

Permalink
@SInCE 2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Mar 28, 2019
1 parent 51e8495 commit 9933a6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* </p>
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
@Contract
@ConstrainedTo(RuntimeType.SERVER)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Factory for configuring configuration builders using provided configuration instances.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class ConfiguratorFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Configurator for Microprofile Config configurations.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public class MicroprofileConfigurator implements Configurator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Unit tests for {@link MicroprofileConfigurator}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public class MicroprofileConfiguratorTest {

Expand Down

0 comments on commit 9933a6a

Please sign in to comment.