81ef12b24a
Reviewed-by: jjg
19 lines
595 B
HTML
19 lines
595 B
HTML
<html>
|
|
<head>
|
|
<title>javax.management package</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
This is a test.
|
|
<p id="spec">
|
|
@see <a href="{@docRoot}/../technotes/guides/index.html">
|
|
Test document 1</a> should not be replaced with an absolute link.
|
|
@see <a href="{@docRoot}/pkg2/C2.html">
|
|
Another Test document 1</a> which should not be replaced with an absolute link.
|
|
<a href="{@docRoot}/technotes/guides/index.html">
|
|
Another Test document 2.</a> which should not be replaced with an absolute link.
|
|
|
|
@since 1.5
|
|
|
|
</body>
|
|
</html>
|