refactor: Optimised codes.

Move all private or protected to the last of files.
This commit is contained in:
Zihlu Wang
2024-03-31 17:47:42 +08:00
parent d593c83cc8
commit bb79c126fa
10 changed files with 296 additions and 283 deletions
@@ -70,8 +70,6 @@ import java.util.Optional;
*/
public class PropertyGuard implements EnvironmentPostProcessor {
private final String PREFIX = "pg";
/**
* Process the encryption environment variables.
*
@@ -108,4 +106,6 @@ public class PropertyGuard implements EnvironmentPostProcessor {
}
}
}
private static final String PREFIX = "pg";
}