mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 17:16:25 +00:00
10 lines
255 B
Bash
10 lines
255 B
Bash
#!/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
|