You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by cl...@apache.org on 2019/06/26 16:20:00 UTC

[cassandra] branch trunk updated: ninja fix merge error

This is an automated email from the ASF dual-hosted git repository.

clohfink pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ebe45c8  ninja fix merge error
ebe45c8 is described below

commit ebe45c8f9121aa614512a7101d3ee87ca1e2db16
Author: Chris Lohfink <cl...@apple.com>
AuthorDate: Wed Jun 26 11:19:47 2019 -0500

    ninja fix merge error
---
 src/java/org/apache/cassandra/db/virtual/SystemViewsKeyspace.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/java/org/apache/cassandra/db/virtual/SystemViewsKeyspace.java b/src/java/org/apache/cassandra/db/virtual/SystemViewsKeyspace.java
index 4fcc41a..abcdf87 100644
--- a/src/java/org/apache/cassandra/db/virtual/SystemViewsKeyspace.java
+++ b/src/java/org/apache/cassandra/db/virtual/SystemViewsKeyspace.java
@@ -34,7 +34,7 @@ public final class SystemViewsKeyspace extends VirtualKeyspace
                     .add(new SSTableTasksTable(NAME))
                     .add(new ThreadPoolsTable(NAME))
                     .add(new InternodeOutboundTable(NAME))
-                    .add(new InternodeOutboundTable(NAME))
+                    .add(new InternodeInboundTable(NAME))
                     .addAll(TableMetricTables.getAll(NAME))
                     .build());
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org