documentation of compile problem. See

http://www.yacy-forum.de/viewtopic.php?p=26407#26407

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2734 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent c8f3a7d363
commit f25f61d9d3

@ -164,6 +164,11 @@ public final class serverCharBuffer extends Writer {
length += le;
}
// do not use/implement the following method, a
// "overridden method is a bridge method"
// will occur
// see also: http://www.yacy-forum.de/viewtopic.php?p=26407#26407
// and http://www.yacy-forum.de/viewtopic.php?t=2833
// public serverCharBuffer append(char b) {
// write(b);
// return this;

Loading…
Cancel
Save