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/master Commit: bc96a887b60aafc61de766da3a83154469604b7a Parents: d98c8f7 Author: Justin Mclean <[email protected]> Authored: Fri Mar 20 17:38:31 2015 +1100 Committer: Justin Mclean <[email protected]> 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
