actorListText = actorListText.append(line);
actorListText = actorListText.append(newline);
}
_actorQueryResponse = new ResolverResponse(
_ACTOR_QUERY_HANDLER_NAME, null, 0, actorListText
.toString());
} catch (IOException ex) {
System.out.println("Warning: error reading actor list file.\n"
+ ex.getMessage());