dbTalk Databases Forums  

A typo in com.sleepycat.je.BtreeStats

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss A typo in com.sleepycat.je.BtreeStats in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Allen Hsu
 
Posts: n/a

Default A typo in com.sleepycat.je.BtreeStats - 09-09-2004 , 12:09 AM






Just found a typo in je-1.5.3.

public class BtreeStats extends DatabaseStats {
....
public String toString() {
StringBuffer sb = new StringBuffer();
sb.append("<BtreeStats\n");
^ --> miss a '>' here
....
}

Cheers,
Allen

Reply With Quote
  #2  
Old   
Mark Hayes
 
Posts: n/a

Default Re: A typo in com.sleepycat.je.BtreeStats - 09-09-2004 , 09:35 AM






Allen Hsu wrote:

Quote:
Just found a typo in je-1.5.3.
Allen,

Thanks for pointing this out. It will be fixed in the next version of JE.

Mark


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.