1 <html>
   2 <head>
   3 <title>javax.management package</title>
   4 </head>
   5 <body bgcolor="white">
   6     This is a test.
   7     <p id="spec">
   8         @see <a href="{@docRoot}/../technotes/guides/index.html">
   9             Test document 1</a> should not be replaced with an absolute link.
  10         @see <a href="{@docRoot}/pkg2/C2.html">
  11             Another Test document 1</a> which should not be replaced with an absolute link.
  12         <a href="{@docRoot}/technotes/guides/index.html">
  13             Another Test document 2.</a> which should not be replaced with an absolute link.
  14 
  15         @since 1.5
  16 
  17 </body>
  18 </html>