1
0

LOGGING-177 - Remove redundant initializer #46

This commit is contained in:
Gary Gregory
2022-01-04 07:56:17 -05:00
parent ddda30a482
commit 9466284235

View File

@@ -44,12 +44,16 @@ The <action> type attribute can be add,update,fix,remove.
</properties> </properties>
<body> <body>
<release version="1.2.1" date="TBD" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required."> <release version="1.2.1" date="TBD" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required.">
<!-- FIXES -->
<action issue="LOGGING-165" dev="britter" type="add"> <action issue="LOGGING-165" dev="britter" type="add">
Add Automatic-Module-Name Manifest Header for Java 9 compatibility. Add Automatic-Module-Name Manifest Header for Java 9 compatibility.
</action> </action>
<action issue="LOGGING-163" dev="ggregory" type="fix" due-to="Kaloyan Spiridonov"> <action issue="LOGGING-163" dev="ggregory" type="fix" due-to="Kaloyan Spiridonov">
BufferedReader is not closed properly. BufferedReader is not closed properly.
</action> </action>
<action issue="LOGGING-177" dev="ggregory" type="fix" due-to="Arturo Bernal">
Remove redundant initializer #46
</action>
<!-- UPDATES --> <!-- UPDATES -->
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump actions/checkout from v2.3.1 to v2.4.0, #24, #63. Bump actions/checkout from v2.3.1 to v2.4.0, #24, #63.