This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 2718ee0 Improved: fixes a typo 2718ee0 is described below commit 2718ee011c4ee2bbb8242e158cfd2b1e2bff9125 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Jan 30 11:00:20 2021 +0100 Improved: fixes a typo --- .../src/main/java/org/apache/ofbiz/webapp/stats/ServerHitBin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/webapp/src/main/java/org/apache/ofbiz/webapp/stats/ServerHitBin.java b/framework/webapp/src/main/java/org/apache/ofbiz/webapp/stats/ServerHitBin.java index 30a209f..071339b 100644 --- a/framework/webapp/src/main/java/org/apache/ofbiz/webapp/stats/ServerHitBin.java +++ b/framework/webapp/src/main/java/org/apache/ofbiz/webapp/stats/ServerHitBin.java @@ -493,7 +493,7 @@ public class ServerHitBin { if (visit == null) { // no visit info stored, so don't store the ServerHit Debug.logWarning("Could not find a visitId, so not storing ServerHit. This is probably a configuration error. If you turn off" - + "persistance of visits you should also turn off persistence of hits.", MODULE); + + " persistance of visits you should also turn off persistence of hits.", MODULE); return; } String visitId = visit.getString("visitId");