mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
change method
This commit is contained in:
@@ -68,8 +68,20 @@ public class VelocityEngine implements TemplateEngine {
|
||||
*
|
||||
* @return 原始引擎对象
|
||||
* @since 4.3.0
|
||||
* @deprecated 拼写错误了,请使用{@link #getRawEngine()}
|
||||
*/
|
||||
@Deprecated
|
||||
public org.apache.velocity.app.VelocityEngine getRowEngine() {
|
||||
return getRawEngine();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取原始的引擎对象
|
||||
*
|
||||
* @return 原始引擎对象
|
||||
* @since 5.5.8
|
||||
*/
|
||||
public org.apache.velocity.app.VelocityEngine getRawEngine() {
|
||||
return this.engine;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user