예제 #1
0
 /**
  * Returns the copyright notice for the current Persistit instance.
  *
  * @return the copyright notice
  */
 @Override
 public String getCopyright() {
   return Persistit.copyright();
 }