You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Stone, Brett" <BS...@doubleclick.com> on 2008/02/29 18:07:21 UTC

removeEnd documentaiton error

Hello,

 

In reading the API for how to use the removeEnd method, I noticed one of
the examples was wrong:

 

StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com."

 

This should actually return "www.domain.com" WITHOUT the period at the
end.  So it should read:

 

StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com"

 

How would I contact apache to let them know about this error?

 

Brett Stone

Product Feed Engineer
DoubleClick Performics

180 North LaSalle, Suite 1100
Chicago, IL 60601
312.739.0291 

bstone@doubleclick.com <ma...@doubleclick.com>  


Re: removeEnd documentaiton error

Posted by sebb <se...@gmail.com>.
On 29/02/2008, Stone, Brett <BS...@doubleclick.com> wrote:
> Hello,
>
>
>
>  In reading the API for how to use the removeEnd method, I noticed one of
>  the examples was wrong:
>
>
>
>  StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com."
>
>
>
>  This should actually return "www.domain.com" WITHOUT the period at the
>  end.  So it should read:
>
>
>
>  StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com"
>
>
>
>  How would I contact apache to let them know about this error?
>

In a way, you already have, however it is easy for e-mails to get
forgotten or overlooked...

It's easy to raise a formal bug report:

If you check the website for the relevant Commons project, you should
find a link to the Issue tracking under the Project Documentation /
Project Info submenu.

StringUtils is in Commons Lang, so try starting at:

http://commons.apache.org/lang/index.html

It will help the developers if you can provide the URL of the page
with the incorrect documentation in the bug report.

>
>  Brett Stone
>
>  Product Feed Engineer
>  DoubleClick Performics
>
>  180 North LaSalle, Suite 1100
>  Chicago, IL 60601
>  312.739.0291
>
>  bstone@doubleclick.com <ma...@doubleclick.com>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org