adoroszlai commented on code in PR #5456:
URL: https://github.com/apache/ozone/pull/5456#discussion_r1363417956
##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestEndpoints.java:
##########
@@ -133,11 +135,14 @@
* Test for Recon API endpoints.
*/
public class TestEndpoints extends AbstractReconSqlDBTest {
- private NodeEndpoint nodeEndpoint;
- private PipelineEndpoint pipelineEndpoint;
- private ClusterStateEndpoint clusterStateEndpoint;
- private UtilizationEndpoint utilizationEndpoint;
- private MetricsProxyEndpoint metricsProxyEndpoint;
+ private org.apache.hadoop.ozone.recon.api.NodeEndpoint nodeEndpoint;
+ private org.apache.hadoop.ozone.recon.api.PipelineEndpoint pipelineEndpoint;
+ private org.apache.hadoop.ozone.recon.api.ClusterStateEndpoint
+ clusterStateEndpoint;
+ private org.apache.hadoop.ozone.recon.api.UtilizationEndpoint
+ utilizationEndpoint;
+ private org.apache.hadoop.ozone.recon.api.MetricsProxyEndpoint
+ metricsProxyEndpoint;
Review Comment:
Adding `org.apache.hadoop.ozone.recon.api.` seems unnecessary (also
elsewhere in the same file).
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]