static {
init();
}
private static void init() {
ICallStorageAttachment attachment2 = Profiler
.getAttachment(DataStoreCallStorageAttachment.class);
if (attachment2 == null) {
Profiler.putAttachment(new DataStoreCallStorageAttachment());
}
attachment = (DataStoreCallStorageAttachment) Profiler