Skip to content

Commit

Permalink
Normalize end of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 20, 2024
1 parent 6c35136 commit 8ad5d72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ private AbandonedConfig(final AbandonedConfig abandonedConfig) {
*
* @return boolean true if stack trace logging is turned on for abandoned
* objects
*
*/
public boolean getLogAbandoned() {
return this.logAbandoned;
Expand Down Expand Up @@ -224,7 +223,6 @@ public boolean getUseUsageTracking() {
*
* @param logAbandoned true turns on abandoned stack trace logging
* @see #getLogAbandoned()
*
*/
public void setLogAbandoned(final boolean logAbandoned) {
this.logAbandoned = logAbandoned;
Expand Down

0 comments on commit 8ad5d72

Please sign in to comment.