blob: 668aa68429e33b2a28669272d9019350912311b3 [file] [log] [blame]
public class A {
public void getDocument() {
while (true) {
newFilename = (new StringBuffer(_workingDir).append(File.separator)
.append(_localFilename).append(documentCount)
.append(EXTENTION)).toString();
}
}
}