Fixed some Javadoc comments in preparation for putting up new Javadocs
on http://thdltools.sf.net/.
This commit is contained in:
parent
fd1b4dd468
commit
1ecbfe6a7c
3 changed files with 4 additions and 6 deletions
|
@ -101,9 +101,8 @@ class TibetanLabelView extends LabelView {
|
|||
}
|
||||
}
|
||||
|
||||
/** Returns an offset >= 0 if we find a character (FIXME: before
|
||||
* or after?) where breaking would be good. Returns negative
|
||||
* otherwise. */
|
||||
/** Returns a nonnegative offset if we find a character after
|
||||
* which breaking would be good. Returns negative otherwise. */
|
||||
private int getGoodBreakingLocation(int startOffset, int endOffset) {
|
||||
|
||||
// Grab the underlying characters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue