Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8C87179AA for ; Fri, 20 Mar 2015 06:45:54 +0000 (UTC) Received: (qmail 60914 invoked by uid 500); 20 Mar 2015 06:39:13 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 60741 invoked by uid 500); 20 Mar 2015 06:39:13 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 60732 invoked by uid 99); 20 Mar 2015 06:39:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 06:39:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CE499E111B; Fri, 20 Mar 2015 06:39:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jmclean@apache.org To: commits@flex.apache.org Date: Fri, 20 Mar 2015 06:39:15 -0000 Message-Id: In-Reply-To: <5e775a4360c149ebb62d81f89127eaf3@git.apache.org> References: <5e775a4360c149ebb62d81f89127eaf3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] flex-blazeds git commit: fixed some funny characters in comments fixed some funny characters in comments Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/bc96a887 Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/bc96a887 Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/bc96a887 Branch: refs/heads/develop Commit: bc96a887b60aafc61de766da3a83154469604b7a Parents: d98c8f7 Author: Justin Mclean Authored: Fri Mar 20 17:38:31 2015 +1100 Committer: Justin Mclean Committed: Fri Mar 20 17:38:31 2015 +1100 ---------------------------------------------------------------------- qa/apps/qa-manual/WEB-INF/src/qa/utils/MessageGenerator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/bc96a887/qa/apps/qa-manual/WEB-INF/src/qa/utils/MessageGenerator.java ---------------------------------------------------------------------- diff --git a/qa/apps/qa-manual/WEB-INF/src/qa/utils/MessageGenerator.java b/qa/apps/qa-manual/WEB-INF/src/qa/utils/MessageGenerator.java index ff12ba5..bcd0c45 100755 --- a/qa/apps/qa-manual/WEB-INF/src/qa/utils/MessageGenerator.java +++ b/qa/apps/qa-manual/WEB-INF/src/qa/utils/MessageGenerator.java @@ -21,9 +21,9 @@ package qa.utils; * for different channels/endpoints being used by the test applications * * This Generator class is instantiated by passing in how many generate calls should happen per second (targetRatePerSecond), - * and how many CPU time slices (runs) per second you�d like it to shoot for (suggestedGeneratePassesPerSecond). It sleeps - * between batches/runs so you don�t want so many batches that it�s giving up its CPU time - * too quickly and isn�t able to get any work done within a second, but not so few that it + * and how many CPU time slices (runs) per second you'd like it to shoot for (suggestedGeneratePassesPerSecond). It sleeps + * between batches/runs so you don't want so many batches that it's giving up its CPU time + * too quickly and isn't able to get any work done within a second, but not so few that it * just generates a big burst of messages once a second up front rather than a stream. * Each generate call (either the doDataMessageGenerate(flex.messaging.io.amf.ASObject) or the doAsyncMessageGenerate() method) * would create and send a message in an actual test. All in all, gives us the adaptive behavior