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