Fix Asciidoc tags in source code.

This commit is contained in:
John Blum
2020-05-18 19:35:40 -07:00
parent b2babe7410
commit 1c0487f0f8
4 changed files with 4 additions and 4 deletions

View File

@@ -41,4 +41,4 @@ public class SessionServlet extends HttpServlet {
response.sendRedirect(request.getContextPath() + "/");
}
}
// tag::end[]
// end::class[]

View File

@@ -41,4 +41,4 @@ public class SessionServlet extends HttpServlet {
response.sendRedirect(request.getContextPath() + "/");
}
}
// tag::end[]
// end::class[]

View File

@@ -39,4 +39,4 @@ public class SessionServlet extends HttpServlet {
response.sendRedirect(request.getContextPath() + "/");
}
}
// tag::end[]
// end::class[]

View File

@@ -29,4 +29,4 @@ public class GemFireServer {
new AnnotationConfigApplicationContext(GemFireServer.class).registerShutdownHook();
}
}
// tag::end[]
// end::class[]