java-bible icon indicating copy to clipboard operation
java-bible copied to clipboard

变量错误

Open Ysoretarted opened this issue 6 years ago • 0 comments

public <T> T getBeanByName(String name) { String className = beankeys.get(name); Object obj = beans.get(className); if(null != object){ return (T) object; } return null; }

这里的object 应该要改成obj吧

Ysoretarted avatar Dec 14 '19 05:12 Ysoretarted