Github user keith-turner commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/72#discussion_r53473836
--- Diff:
core/src/test/java/org/apache/accumulo/core/client/impl/TabletLocatorImplTest.java
---
@@ -63,10 +63,10 @@
public class TabletLocatorImplTest {
private static final KeyExtent RTE = RootTable.EXTENT;
- private static final KeyExtent MTE = new KeyExtent(new
Text(MetadataTable.ID), null, RTE.getEndRow());
--- End diff --
nice to see all the `new Text` to go away
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---