blob: 0838cdf1aa1f772f2f46ac57068e1a3b43cf91c6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh -
#
# $Id$
#
# Check to make sure that the java code samples in the documents build.
# There isn't any Java sample code left in the Reference Guide. This test
# left as a placeholder so I don't have to renumber all of the other tests.
exit 0
|