Fix Asciidoc tags in source code.
This commit is contained in:
@@ -41,4 +41,4 @@ public class SessionServlet extends HttpServlet {
|
||||
response.sendRedirect(request.getContextPath() + "/");
|
||||
}
|
||||
}
|
||||
// tag::end[]
|
||||
// end::class[]
|
||||
|
||||
@@ -41,4 +41,4 @@ public class SessionServlet extends HttpServlet {
|
||||
response.sendRedirect(request.getContextPath() + "/");
|
||||
}
|
||||
}
|
||||
// tag::end[]
|
||||
// end::class[]
|
||||
|
||||
@@ -39,4 +39,4 @@ public class SessionServlet extends HttpServlet {
|
||||
response.sendRedirect(request.getContextPath() + "/");
|
||||
}
|
||||
}
|
||||
// tag::end[]
|
||||
// end::class[]
|
||||
|
||||
@@ -29,4 +29,4 @@ public class GemFireServer {
|
||||
new AnnotationConfigApplicationContext(GemFireServer.class).registerShutdownHook();
|
||||
}
|
||||
}
|
||||
// tag::end[]
|
||||
// end::class[]
|
||||
|
||||
Reference in New Issue
Block a user