Skip to content

Commit

Permalink
OAK-5350 - Remove unused method
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1775256 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
francescomari committed Dec 20, 2016
1 parent f4727c6 commit 3b981f8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import org.apache.jackrabbit.oak.segment.Segment;
import org.apache.jackrabbit.oak.segment.standby.codec.GetSegmentRequest;
import org.apache.jackrabbit.oak.segment.standby.codec.GetSegmentResponse;
import org.slf4j.Logger;
Expand Down Expand Up @@ -49,8 +48,4 @@ protected void channelRead0(ChannelHandlerContext ctx, GetSegmentRequest msg) th
ctx.writeAndFlush(new GetSegmentResponse(msg.getClientId(), msg.getSegmentId(), data));
}

private static String getId(Segment segment) {
return segment.getSegmentId().asUUID().toString();
}

}

0 comments on commit 3b981f8

Please sign in to comment.