Skip to content

Commit

Permalink
clean .
Browse files Browse the repository at this point in the history
  • Loading branch information
furplag committed Jun 1, 2021
1 parent 41eb5c5 commit 6b65766
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ shorthands to use stream API .
### Trebchet
functional interfaces which against some problems when handling exceptions in lambda expression .
### Deamtiet
converting between each instant values represented by some of (different) time scale,
converting between each instant values represented by some of (different) time scale,
e.g.) epoch millis, unix date, julian date and something .

### Localizr
shorthands of Locale and Timezone .
## License
Code is under the [Apache License v2](LICENSE).
2 changes: 1 addition & 1 deletion src/main/java/jp/furplag/sandbox/l10n/Localizr.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
public final class Localizr {

private Localizr() {; /* Localizer instances should NOT be constructed in standard programming . */}
private Localizr() {; /* Localizr instances should NOT be constructed in standard programming . */}

/** available Locales . */
private static final Map<String, Locale> locales = Collections.unmodifiableMap(
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/jp/furplag/sandbox/l10n/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** snippet of {@link Locale} and {@link TimeZone} . */
package jp.furplag.sandbox.l10n;
/** snippet of Locale and TimeZone . */
package jp.furplag.sandbox.l10n;

0 comments on commit 6b65766

Please sign in to comment.