code format
This commit is contained in:
parent
6486b627e2
commit
12dd80b1ae
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ public class ViewHelper {
|
|||
buf.append("%22");
|
||||
return buf.toString();
|
||||
} catch (UnsupportedEncodingException e) {
|
||||
logger.warn("Unsupported encoding.",e);
|
||||
logger.warn("Unsupported encoding.", e);
|
||||
}
|
||||
}
|
||||
return url;
|
||||
|
|
Loading…
Add table
Reference in a new issue