Auto-generated method stub
This commit is contained in:
@@ -310,7 +310,6 @@ public class MaxKeyConfig implements InitializingBean {
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -124,7 +124,6 @@ public class RegistrationController {
|
||||
// send the email
|
||||
email.send();
|
||||
} catch (EmailException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
modelAndView.addObject("registered", 0);
|
||||
|
||||
@@ -39,14 +39,12 @@ public class KerberosPrincipal {
|
||||
*
|
||||
*/
|
||||
public KerberosPrincipal() {
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
/**
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
// TODO Auto-generated method stub
|
||||
String kerberosPrincipal="Administrator@CONNSEC.COM";
|
||||
kerberosPrincipal=kerberosPrincipal.substring(0, kerberosPrincipal.indexOf("@"));
|
||||
System.out.println(kerberosPrincipal);
|
||||
|
||||
Reference in New Issue
Block a user