From b5614d9abea046626db7251a4483bdb4b9a526fa Mon Sep 17 00:00:00 2001 From: Vedran Bartonicek Date: Mon, 17 Jun 2013 13:18:17 +0300 Subject: [PATCH] Fix for doc --- .../src/main/java/org/openinfinity/core/aspect/LogAspect.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-infinity-core/releases/1.1.0/open-infinity-core/src/main/java/org/openinfinity/core/aspect/LogAspect.java b/open-infinity-core/releases/1.1.0/open-infinity-core/src/main/java/org/openinfinity/core/aspect/LogAspect.java index 520ceb0..0890b1a 100644 --- a/open-infinity-core/releases/1.1.0/open-infinity-core/src/main/java/org/openinfinity/core/aspect/LogAspect.java +++ b/open-infinity-core/releases/1.1.0/open-infinity-core/src/main/java/org/openinfinity/core/aspect/LogAspect.java @@ -88,7 +88,7 @@ public void setDefaultLogLevel(Integer defaultLogLevel) { /** * Logs the method information based on the org.openinfinity.core.annotation.Logging annotation. - * Log level will be based on the value setted (debug=1, info=2, warn=3, error=4, trace=5) in the + * Log level will be based on the value set (debug=1, info=2, warn=3, error=4, trace=5) in the * configuration file or by the annotation org.openinfinity.core.annotation.Log.LogLevel. * Highest level will be the actual log level. * @@ -216,4 +216,4 @@ private Object logDebugAndProceed(ProceedingJoinPoint method, Log log) throws Th } } -} \ No newline at end of file +}