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

ASF GitHub Bot logged work on ARTEMIS-3538:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Nov/21 18:43
            Start Date: 01/Nov/21 18:43
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on pull request #3829:
URL: https://github.com/apache/activemq-artemis/pull/3829#issuecomment-956491594


   @Asukwo-comfort you lost your commit in your git operations... you pretty 
much made a mistake.
   
   I suggest you do a checkout from apache/main -B YOUR-branch
   then I would cherry-pick the commit.
   Fix the diffs...
   and push -f
   
   
   you need to rebase and fix the inconsistencies with main.
   
   at least for now you can recover your previous branch by doing:
   
   git reset 872e570 
   git push origin -f
   
   
   
   Then you should checkout main:
   git checkout main -B new-branch
   
   and cherry-pick commit with the fix:
   
   
   git cherry-pick 89253b8513d597af04c631ce0b32882113e5d84b
   
   
   mixup the diffs...
   and push -f
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 672789)
    Time Spent: 1h  (was: 50m)

> Removing // ---------  comments from the codebase
> -------------------------------------------------
>
>                 Key: ARTEMIS-3538
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3538
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>            Reporter: Clebert Suconic
>            Priority: Major
>              Labels: easy
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> there are lots of comments on the codebase like these:
>    // Constants -----------------------------------------------------
>    // Attributes ----------------------------------------------------
>    // Static --------------------------------------------------------
>    // Constructors --------------------------------------------------
> Which are all old fashioned and should be removed from our codebase.
> this is just about removing those from everywhere...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to