]> git.mxchange.org Git - jcore-utils.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 19 Oct 2022 11:34:34 +0000 (13:34 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Oct 2022 11:34:34 +0000 (13:34 +0200)
commitf1c3cb0fb32764397705c588ed82a9b31a9716d3
treec7ff70c86321169a14a5fe401ccf4ade6f3c557d
parent15accf557c078958b9eb1bb37f19feb50793b2f9
Continued:
- added GIT hook "pre-commit" which you should copy to .git/hooks/ or symlink
  it there
- renamed Comparables -> ComparableUtils to conform with naming-convention
commit-hooks/README.txt [new file with mode: 0644]
commit-hooks/pre-commit [new file with mode: 0755]
src/org/mxchange/jcoreutils/comparable/ComparableUtils.java [new file with mode: 0644]
src/org/mxchange/jcoreutils/comparable/Comparables.java [deleted file]
test/org/mxchange/jcoreutils/test/comparable/ComparableUtilsTest.java [new file with mode: 0644]
test/org/mxchange/jcoreutils/test/comparable/ComparablesTest.java [deleted file]