4142434445464748
@GET @Timed @Path("about") public AboutView about() { AboutView view = new AboutView(gaConfig.getWebPropertyID(), "editor", gaConfig.getCustomTrackingCodes(), blobManager.getBlobAccessTtl(), blobManager.isDeleteEnabled()); return view; }