From 20f12e61587f9c66cd97106fbea6511963308efc Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 12 May 2009 16:14:09 +0000 Subject: [PATCH] removed outdated Attributes references --- .../jmx/export/annotation/AnnotationJmxAttributeSource.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org.springframework.context/src/main/java/org/springframework/jmx/export/annotation/AnnotationJmxAttributeSource.java b/org.springframework.context/src/main/java/org/springframework/jmx/export/annotation/AnnotationJmxAttributeSource.java index cc9df5fd677..f03f94a520d 100644 --- a/org.springframework.context/src/main/java/org/springframework/jmx/export/annotation/AnnotationJmxAttributeSource.java +++ b/org.springframework.context/src/main/java/org/springframework/jmx/export/annotation/AnnotationJmxAttributeSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 the original author or authors. + * Copyright 2002-2009 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. @@ -45,8 +45,6 @@ import org.springframework.util.StringUtils; * @see org.springframework.jmx.export.annotation.ManagedResource * @see org.springframework.jmx.export.annotation.ManagedAttribute * @see org.springframework.jmx.export.annotation.ManagedOperation - * @see org.springframework.jmx.export.metadata.AttributesJmxAttributeSource - * @see org.springframework.metadata.commons.CommonsAttributes */ public class AnnotationJmxAttributeSource implements JmxAttributeSource {