Polishing

This commit is contained in:
Juergen Hoeller
2017-10-09 15:41:10 +02:00
parent 7610210a0e
commit 565b20d638
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2014 the original author or authors.
* Copyright 2002-2017 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.
@@ -18,7 +18,7 @@ package org.springframework.asm;
/**
* Utility class exposing constants related to Spring's internal repackaging
* of the ASM bytecode manipulation library (currently based on version 5.0).
* of the ASM bytecode manipulation library (currently based on version 5.2).
*
* <p>See <a href="package-summary.html">package-level javadocs</a> for more
* information on {@code org.springframework.asm}.