From c5e53ee43258f7e9e76b3d882a0a13512665c61c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 15 Oct 2010 20:50:51 +0000 Subject: [PATCH] polishing --- .../instrument/InstrumentationSavingAgent.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.springframework.instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java b/org.springframework.instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java index 90c1dfb24d..b94fb35a32 100644 --- a/org.springframework.instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java +++ b/org.springframework.instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 the original author or authors. + * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -47,8 +47,8 @@ public class InstrumentationSavingAgent { * conditional checking with respect to agent availability, consider using * {@link org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver#getInstrumentation()} * instead - which will work without the agent class in the classpath as well. - * @return the Instrumentation instance previously saved when - * the {@link #premain} method was called by the JVM; will be null + * @return the Instrumentation instance previously saved when + * the {@link #premain} method was called by the JVM; will be null * if this class was not used as Java agent when this JVM was started. * @see org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver#getInstrumentation() */