machov opened a new pull request, #10960:
URL: https://github.com/apache/nifi/pull/10960

   # Summary
   
   [NIFI-15665](https://issues.apache.org/jira/browse/NIFI-15665) Removes 
duplicate description() method call in AbstractMQTTProcessor PROP_BROKER_URI 
property definition.
   
   The AbstractMQTTProcessor class contained duplicate description() method 
calls for the PROP_BROKER_URI property. The first description call was 
redundant since the second call overrides it completely, causing developers to 
only see the final description.
   
   # Changes Made
   
   - **Removed redundant description() call** in PROP_BROKER_URI property 
builder
   - **Preserved complete description** with URI scheme information and SSL 
requirements
   - **Improved code clarity** by eliminating duplicate method calls
   
   # Impact
   
   This change improves code maintainability and ensures developers see the 
intended complete description with examples and SSL configuration details.
   
   # Tracking
   
   - [x] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI-15665) 
issue created
   - [x] Pull Request title starts with Apache NiFi Jira issue number 
`NIFI-15665`
   - [x] Pull Request commit message starts with Apache NiFi Jira issue number 
`NIFI-15665`  
   - [x] Pull request based on current revision of the `main` branch
   - [x] Pull request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   - [x] Code change verified in AbstractMQTTProcessor.java
   - [x] Single property definition now has single description() call
   - [x] Complete description text preserved with examples
   
   Fixes #15665


-- 
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]

Reply via email to