Skip to content

Commit c5e53ee

Browse files
committed
polishing
1 parent 8c9b64c commit c5e53ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org.springframework.instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2008 the original author or authors.
2+
* Copyright 2002-2010 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -47,8 +47,8 @@ public static void premain(String agentArgs, Instrumentation inst) {
4747
* conditional checking with respect to agent availability, consider using
4848
* {@link org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver#getInstrumentation()}
4949
* instead - which will work without the agent class in the classpath as well.
50-
* @return the <code>Instrumentation</code> instance previously saved when
51-
* the {@link #premain} method was called by the JVM; will be <code>null</code>
50+
* @return the <code>Instrumentation</code> instance previously saved when
51+
* the {@link #premain} method was called by the JVM; will be <code>null</code>
5252
* if this class was not used as Java agent when this JVM was started.
5353
* @see org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver#getInstrumentation()
5454
*/

0 commit comments

Comments
 (0)