@@ -97,7 +97,7 @@ public class EncryptionTest {
try {
in.close();
} catch (IOException e) {
- throw new BusinessException(404,"io流关闭异常");
+ throw new BusinessException(404 , "io流关闭异常");
}