Мелочь
This commit is contained in:
@ -100,6 +100,11 @@ public class DBMSRecords implements ServletContextAware {
|
||||
return new User("none");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setServletContext(ServletContext servletContext) {
|
||||
this.context=servletContext;
|
||||
}
|
||||
|
||||
public String sendError(int code, String message) {
|
||||
JSONObject json = new JSONObject();
|
||||
json.put("error_code",code);
|
||||
@ -2317,8 +2322,4 @@ public class DBMSRecords implements ServletContextAware {
|
||||
return doc;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setServletContext(ServletContext servletContext) {
|
||||
this.context=servletContext;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user