Skip to content

Commit

Permalink
change version to 4.9.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
odbozhou committed Sep 23, 2022
1 parent 251fc77 commit 361528b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

package org.apache.rocketmq.proxy;

import com.google.common.base.Preconditions;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
Expand Down Expand Up @@ -123,6 +124,7 @@ private void recursiveDelete(File file) {
recursiveDelete(f);
}
file.delete();
}

@After
public void after() {
Expand Down

0 comments on commit 361528b

Please sign in to comment.