From ca8904b9dbf0a264443b2baa254557d632d53455 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 6 Apr 2009 21:19:25 +0000 Subject: [PATCH] Let's actually name that something different. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5710 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/presents/server/ReportManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/presents/server/ReportManager.java b/src/java/com/threerings/presents/server/ReportManager.java index 04a31f5c7..99ef9a762 100644 --- a/src/java/com/threerings/presents/server/ReportManager.java +++ b/src/java/com/threerings/presents/server/ReportManager.java @@ -59,7 +59,7 @@ public class ReportManager public static final String DEFAULT_TYPE = ""; /** A string constant representing a report with detailed profiling information. */ - public static final String PROFILE_TYPE = ""; + public static final String PROFILE_TYPE = "profile"; /** * Starts up our periodic report generation task on the supplied run queue.