You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/09 23:48:00 UTC

[jira] [Work logged] (HADOOP-18284) Fix Repeated Semicolons

     [ https://issues.apache.org/jira/browse/HADOOP-18284?focusedWorklogId=780137&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-780137 ]

ASF GitHub Bot logged work on HADOOP-18284:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jun/22 23:47
            Start Date: 09/Jun/22 23:47
    Worklog Time Spent: 10m 
      Work Description: slfan1989 opened a new pull request, #4422:
URL: https://github.com/apache/hadoop/pull/4422

   JIRA:HADOOP-18284. Fix Repeated Semicolons.
   
   while reading the code, I found a very tiny optimization point, part of the code contains 2 semicolons at the end, I will fix it. Because this change is simple, I fixed it in One JIRA.
   
   The code looks like this:
   ```
   private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock();;
   ```




Issue Time Tracking
-------------------

            Worklog Id:     (was: 780137)
    Remaining Estimate: 0h
            Time Spent: 10m

> Fix Repeated Semicolons
> -----------------------
>
>                 Key: HADOOP-18284
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18284
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 3.4.0
>            Reporter: fanshilun
>            Assignee: fanshilun
>            Priority: Major
>             Fix For: 3.4.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> while reading the code, I found a very tiny optimization point, part of the code contains 2 semicolons at the end, I will fix it. Because this change is simple, I fixed it in One JIRA.
> {code:java}
> private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock();;
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org