11 lines
305 B
Bash
11 lines
305 B
Bash
#!/bin/sh -
|
|
#
|
|
# $Id: chk.javas,v 12.0 2004/11/17 03:44:56 bostic Exp $
|
|
#
|
|
# 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
|