Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Found the following in HRegionServer.java:
<<<<<<< HEAD * @return result to return to client if default operation should be * bypassed as indicated by RegionObserver, null otherwise ======= * @return the Result >>>>>>> apache/trunk
In ProtobufUtil.java:
<<<<<<< HEAD * @return protocol buffer DeleteType ======= * @return a DeleteType >>>>>>> apache/trunk
And in HRegion.java:
<<<<<<< HEAD ======= * @see HRegion#batchMutate(Pair[]) >>>>>>> apache/trunk */ public OperationStatus[] put(Put[] puts) throws IOException {
Since the above is in javadoc, it doesn't affect compilation.