created set too quickly

This commit is contained in:
Brian Matzon 2004-01-08 22:41:55 +00:00
parent bc53639971
commit 803c5391a5
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@ public abstract class BaseEAX {
if (!nCreate()) {
throw new Exception("EAX instance could not be created.");
}
created = true;
CoreEAX.init();
}
created = true;
}
/**
* Native method to create EAX instance