corrected Id keyword substitution

This commit is contained in:
Brian Matzon 2002-08-11 15:59:08 +00:00
parent e81da42a24
commit b1ed626ffb
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/** /**
* $ID$ * $Id$
* *
* This is the actual JNI implementation of the OpenAL utility library. * This is the actual JNI implementation of the OpenAL utility library.
* It handles whatever is needed for proper OpenAL support via using Java. * It handles whatever is needed for proper OpenAL support via using Java.

View File

@ -1,5 +1,5 @@
/** /**
* $ID$ * $Id$
* *
* This is the actual JNI implementation of the OpenAL core. It handles * This is the actual JNI implementation of the OpenAL core. It handles
* whatever is needed for proper OpenAL support via using Java. * whatever is needed for proper OpenAL support via using Java.