Skip to content

Commit

Permalink
Move WanSyncStats and ConsistencyCheckResult to private API
Browse files Browse the repository at this point in the history
  • Loading branch information
Matko Medenjak committed Nov 18, 2019
1 parent 194a87f commit 229a021
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Expand Up @@ -20,8 +20,8 @@
import com.hazelcast.wan.WanPublisherState;
import com.hazelcast.json.JsonSerializable;
import com.hazelcast.wan.DistributedServiceWanEventCounters.DistributedObjectWanEventCounters;
import com.hazelcast.wan.WanSyncStats;
import com.hazelcast.wan.ConsistencyCheckResult;
import com.hazelcast.wan.impl.WanSyncStats;
import com.hazelcast.wan.impl.ConsistencyCheckResult;
import com.hazelcast.wan.impl.WanReplicationService;

import java.util.Map;
Expand Down
Expand Up @@ -21,8 +21,8 @@
import com.hazelcast.internal.json.JsonObject;
import com.hazelcast.internal.monitor.LocalWanPublisherStats;
import com.hazelcast.wan.DistributedServiceWanEventCounters.DistributedObjectWanEventCounters;
import com.hazelcast.wan.WanSyncStats;
import com.hazelcast.wan.ConsistencyCheckResult;
import com.hazelcast.wan.impl.WanSyncStats;
import com.hazelcast.wan.impl.ConsistencyCheckResult;

import java.util.Map;
import java.util.concurrent.atomic.AtomicLongFieldUpdater;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.hazelcast.wan;
package com.hazelcast.wan.impl;

import java.util.UUID;

Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.hazelcast.wan;
package com.hazelcast.wan.impl;

import java.util.UUID;

Expand Down

0 comments on commit 229a021

Please sign in to comment.