Closedown

This commit is contained in:
boccioli_m
2015-09-16 15:08:15 +02:00
parent 7fa225214a
commit dec3bd47f3
5 changed files with 176 additions and 176 deletions

View File

@@ -940,7 +940,7 @@ public class NewTest extends javax.swing.JPanel {
Logger.getLogger(NewTest.class.getName()).log(Level.SEVERE, null, ex);
}
if(attrs == null){
System.out.println("LDAP: user" + userName +" not found.");
System.out.println("LDAP: user " + userName +" not found.");
}
return attrs;
}