Auto-generated method stub

This commit is contained in:
MaxKey
2021-11-09 22:44:35 +08:00
parent 86aa0f9ed9
commit 899d7b75f5
120 changed files with 180 additions and 226 deletions

View File

@@ -163,7 +163,6 @@ public class ApplicationAutoConfiguration implements InitializingBean {
@Override
public void afterPropertiesSet() throws Exception {
// TODO Auto-generated method stub
}
}

View File

@@ -291,7 +291,6 @@ public class MvcAutoConfiguration implements InitializingBean , WebMvcConfigurer
@Override
public void afterPropertiesSet() throws Exception {
// TODO Auto-generated method stub
}

View File

@@ -80,7 +80,6 @@ public class RedisAutoConfiguration implements InitializingBean {
@Override
public void afterPropertiesSet() throws Exception {
// TODO Auto-generated method stub
}
}

View File

@@ -56,7 +56,6 @@ public class SessionRedisAutoConfiguration implements InitializingBean {
@Override
public void afterPropertiesSet() throws Exception {
// TODO Auto-generated method stub
}
}

View File

@@ -51,7 +51,6 @@ public class LoginConfig {
* .
*/
public LoginConfig() {
// TODO Auto-generated constructor stub
}
public boolean isCaptcha() {

View File

@@ -145,7 +145,7 @@ public class OIDCProviderMetadataDetails implements OIDCProviderMetadata {
return builder.toString();
}
// TODO: Complete remaining properties from
// Complete remaining properties from
// http://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
}

View File

@@ -67,7 +67,6 @@ public class AccountsStrategy extends JpaBaseEntity implements Serializable {
public AccountsStrategy() {
super();
// TODO Auto-generated constructor stub
}
public String getId() {

View File

@@ -62,7 +62,6 @@ public class HistoryLoginApps extends JpaBaseEntity {
*/
public HistoryLoginApps() {
super();
// TODO Auto-generated constructor stub
}

View File

@@ -70,7 +70,6 @@ public class Resources extends JpaBaseEntity implements Serializable {
public Resources() {
super();
// TODO Auto-generated constructor stub
}
public String getId() {

View File

@@ -60,7 +60,6 @@ public class Roles extends JpaBaseEntity implements Serializable {
public Roles() {
super();
// TODO Auto-generated constructor stub
}
public String getId() {

View File

@@ -92,7 +92,6 @@ public class UserInfoAdjoint extends JpaBaseEntity {
protected String quitDate;
public UserInfoAdjoint() {
super();
// TODO Auto-generated constructor stub
}
public String getId() {
return id;

View File

@@ -39,7 +39,6 @@ public class UserInfoXML extends JpaBaseEntity {
*/
public UserInfoXML() {
super();
// TODO Auto-generated constructor stub
}

View File

@@ -481,7 +481,6 @@ public final class WebContext {
return true;
}
//TODO:
/**
* getI18nValue.
* @param code String
@@ -521,7 +520,6 @@ public final class WebContext {
return message;
}
//TODO:
/**
* getRequestLocale.
* @return

View File

@@ -44,7 +44,6 @@ public class DerbyTest {
* @throws SQLException
*/
public static void main(String[] args) throws SQLException {
// TODO Auto-generated method stub
String nsURL="jdbc:derby://localhost:1527/seconddb1";
java.util.Properties props = new java.util.Properties();
props.setProperty("user","tquist");

View File

@@ -35,7 +35,6 @@ public class ActiveDirectoryUtilsTest {
try {
dirContext.close();
} catch (NamingException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}