/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/db/DbConnectionProbe.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/db/DbConnectionProbe.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2376 by torben, Tue Feb 24 08:00:03 2015 UTC revision 2377 by torben, Thu Feb 26 08:13:15 2015 UTC
# Line 26  public class DbConnectionProbe extends H Line 26  public class DbConnectionProbe extends H
26                  response.setContentType("text/html");                  response.setContentType("text/html");
27                  PrintWriter out = response.getWriter();                  PrintWriter out = response.getWriter();
28                                    
29                  out.print("<html><head><title>DaoAdresseService</title></head><body>");                  //out.print("<html><head><title>DaoAdresseService</title></head><body>");
30                  out.print("<h2>DaoAdresseService</h2>");                  //out.print("<h2>DaoAdresseService</h2>");
31                                    
32                  try (                  try (
33                          Connection conn = DBConnection.getConnection();                          Connection conn = DBConnection.getConnection();

Legend:
Removed from v.2376  
changed lines
  Added in v.2377

  ViewVC Help
Powered by ViewVC 1.1.20