blob: 0bd067045bec09f0f85488441517321929289544 [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();
}
}
}