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