Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Commit c3759a8

Browse files
committed
Preparation for the release v0.7.2.
1 parent 28f5b7c commit c3759a8

File tree

59 files changed

+68
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+68
-68
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -595,17 +595,17 @@ JavaDoc<a name="JavaDoc" />
595595

596596
The [JavaDoc] from the library `Lib-I18N` can be explored here: [JavaDoc Lib-I18N]
597597

598-
_Image:_ JavaDoc Lib-I18N v0.7.1
599-
![Lib-I18N_JavaDoc_v0.7.1_2019-02-10_19-19.png][Lib-I18N_JavaDoc_v0.7.1_2019-02-10_19-19]
598+
_Image:_ JavaDoc Lib-I18N v0.7.2
599+
![Lib-I18N_JavaDoc_v0.7.2_2019-04-22_09-39.png][Lib-I18N_JavaDoc_v0.7.2_2019-04-22_09-39]
600600

601601

602602

603603
Download<a name="Download" />
604604
---
605605

606-
Current `version` is `0.7.1`. Main points in this release are:
607-
* Update the section 'Conventions'. Add for every convention an example.
608-
* Restructure the section 'Features'. Split it into 'generall' and 'main' features.
606+
Current `version` is `0.7.2`. Main points in this release are:
607+
* This is a minor release.
608+
* Some typos in the ReadMe are fixed.
609609

610610
**Maven coordinates**
611611
In context from a [Maven] project you can use following maven coordinates:
@@ -614,7 +614,7 @@ In context from a [Maven] project you can use following maven coordinates:
614614
<dependency>
615615
<groupId>com.github.naoghuman</groupId>
616616
<artifactId>lib-i18n</artifactId>
617-
<version>0.7.1</version>
617+
<version>0.7.2</version>
618618
</dependency>
619619

620620
<!-- optional -->
@@ -627,7 +627,7 @@ In context from a [Maven] project you can use following maven coordinates:
627627
```
628628

629629
Download:
630-
* [Release v0.7.1] (02.10.2019 / MM.dd.yyyy)
630+
* [Release v0.7.2] (04.22.2019 / MM.dd.yyyy)
631631

632632
An overview about all existings releases can be found here:
633633
* [Overview] from all releases in `Lib-I18N`.
@@ -638,7 +638,7 @@ Requirements<a name="Requirements" />
638638
---
639639

640640
* On your system you need [JRE 8] or [JDK 8] installed.
641-
* The library [lib-i18n-0.6.0.jar](#Installation).
641+
* The library [lib-i18n-0.7.2.jar](#Installation).
642642

643643
In the library are following libraries registered as dependencies:
644644
* The library [lib-logger-0.6.0.jar](#Installation).
@@ -692,7 +692,7 @@ You can reach me under <peter.rogge@yahoo.de>.
692692

693693
[//]: # (Images)
694694
[Integration_App-Yin-Yang_v0.7.0_2018-12-29_20-54]:https://user-images.githubusercontent.com/8161815/50541765-ab6f7680-0bac-11e9-9a55-6111ffa1c70b.png
695-
[Lib-I18N_JavaDoc_v0.7.1_2019-02-10_19-19]:https://user-images.githubusercontent.com/8161815/52537614-fa422b80-2d68-11e9-808a-a02ee5bf4154.png
695+
[Lib-I18N_JavaDoc_v0.7.2_2019-04-22_09-39]:https://user-images.githubusercontent.com/8161815/56489671-beeb7800-64e2-11e9-8553-803fc8d15dc8.png
696696

697697

698698

@@ -723,7 +723,7 @@ You can reach me under <peter.rogge@yahoo.de>.
723723
[NetBeans]:https://netbeans.org/
724724
[Overview]:https://github.com/Naoghuman/lib-i18n/releases
725725
[Pull Request]:https://help.github.com/articles/using-pull-requests
726-
[Release v0.7.1]:https://github.com/Naoghuman/lib-i18n/releases/tag/v0.7.1
726+
[Release v0.7.2]:https://github.com/Naoghuman/lib-i18n/releases/tag/v0.7.2
727727
[MissingResourceException]:https://docs.oracle.com/javase/8/docs/api/java/util/MissingResourceException.html
728728
[ResourceBundle]:https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html
729729
[Scene Builder]:https://gluonhq.com/products/scene-builder/

docs/apidocs/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NBinding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NBinding (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NBindingBuilder.FirstStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NBindingBuilder.FirstStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NBindingBuilder.LastStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NBindingBuilder.LastStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NBindingBuilder.SecondStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NBindingBuilder.SecondStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NBindingBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NBindingBuilder (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NFacade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NFacade (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NMessageBuilder.FirstStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NMessageBuilder.FirstStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NMessageBuilder.LastStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NMessageBuilder.LastStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NMessageBuilder.SecondStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NMessageBuilder.SecondStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NMessageBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NMessageBuilder (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NResourceBundle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NResourceBundle (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NResourceBundleBuilder.FirstStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NResourceBundleBuilder.FirstStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NResourceBundleBuilder.ForthStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NResourceBundleBuilder.ForthStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NResourceBundleBuilder.LastStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NResourceBundleBuilder.LastStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NResourceBundleBuilder.SecondStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NResourceBundleBuilder.SecondStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NResourceBundleBuilder.ThirdStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NResourceBundleBuilder.ThirdStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/I18NResourceBundleBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>I18NResourceBundleBuilder (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NBinding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NBinding (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NBindingBuilder.FirstStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NBindingBuilder.FirstStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NBindingBuilder.LastStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NBindingBuilder.LastStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NBindingBuilder.SecondStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NBindingBuilder.SecondStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NBindingBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Class com.github.naoghuman.lib.i18n.core.I18NBindingBuilder (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NFacade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Class com.github.naoghuman.lib.i18n.core.I18NFacade (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NMessageBuilder.FirstStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NMessageBuilder.FirstStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NMessageBuilder.LastStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NMessageBuilder.LastStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NMessageBuilder.SecondStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NMessageBuilder.SecondStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NMessageBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Class com.github.naoghuman.lib.i18n.core.I18NMessageBuilder (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NResourceBundle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NResourceBundle (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NResourceBundleBuilder.FirstStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NResourceBundleBuilder.FirstStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NResourceBundleBuilder.ForthStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NResourceBundleBuilder.ForthStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NResourceBundleBuilder.LastStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NResourceBundleBuilder.LastStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NResourceBundleBuilder.SecondStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NResourceBundleBuilder.SecondStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NResourceBundleBuilder.ThirdStep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Interface com.github.naoghuman.lib.i18n.core.I18NResourceBundleBuilder.ThirdStep (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

docs/apidocs/com/github/naoghuman/lib/i18n/core/class-use/I18NResourceBundleBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:34:56 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_201) on Mon Apr 22 09:45:08 CEST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Uses of Class com.github.naoghuman.lib.i18n.core.I18NResourceBundleBuilder (Lib-I18N 0.7.2 API)</title>
88
<meta name="date" content="2019-04-22">

0 commit comments

Comments
 (0)