From 5b3fc51159816f2af4520990e12683a4c8be1780 Mon Sep 17 00:00:00 2001 From: IT-KIMI_SHI\SINOIT.KIMI <kimi42345@gmail.com> Date: 星期二, 12 六月 2018 14:57:23 +0800 Subject: [PATCH] no message --- source/my/frame/src/frame/upload/InvalidFileNameException.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source/my/frame/src/frame/upload/InvalidFileNameException.java b/source/my/frame/src/frame/upload/InvalidFileNameException.java index ec01380..7f17dc0 100644 --- a/source/my/frame/src/frame/upload/InvalidFileNameException.java +++ b/source/my/frame/src/frame/upload/InvalidFileNameException.java @@ -25,7 +25,7 @@ * "foo.exe\0.png". This file name might pass security checks (i.e. * checks for the extension ".png"), while, depending on the underlying * C library, it might create a file named "foo.exe", as the NUL - * character is the string terminator in C. + * character is the String terminator in C. */ public class InvalidFileNameException extends RuntimeException { private static final long serialVersionUID = 7922042602454350470L; -- Gitblit v1.8.0