Skip to content

Commit 9e066e8

Browse files
author
Himanshu Gwalani
committed
Fixing lines longer than 100 characters
1 parent 4782b5a commit 9e066e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phoenix-core-server/src/main/java/org/apache/phoenix/replication/ReplicationLogDiscovery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ private void processOneRandomFile(final List<Path> files) throws IOException {
309309
/**
310310
* Set of action to be done once single round processing is done. The default implementation
311311
* updates the last round in sync to last successfully processed round.
312-
* This can be overridden by specific implementation to do more actions after round is processed.
312+
* This can be overridden by specific implementation for different post round processing.
313313
* @param replicationRound - last successfully processed round
314314
* @throws IOException
315315
*/

0 commit comments

Comments
 (0)