[jboss-cvs] JBoss Profiler SVN: r439 - in branches/JBossProfiler2: src/main/org/jboss/profiler/agent and 8 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun May 11 10:05:39 EDT 2008
Author: jesper.pedersen
Date: 2008-05-11 10:05:39 -0400 (Sun, 11 May 2008)
New Revision: 439
Modified:
branches/JBossProfiler2/doc/copyright.txt
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledClass.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledMethod.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMTransformer.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/AbstractTransformer.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassRepository.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassUtil.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ExceptionInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/JavassistTransformer.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Profiler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/SizeComparator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Transformer.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/Job.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/JobHelper.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StartProfiling.java
branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StopProfiling.java
branches/JBossProfiler2/src/main/org/jboss/profiler/as/Communicator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/as/CommunicatorMBean.java
branches/JBossProfiler2/src/main/org/jboss/profiler/as/Profiler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/as/ProfilerMBean.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameComparator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/DifferenceUtil.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/SnapshotUtil.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/ThreadHolder.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassComparator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/Util.java
branches/JBossProfiler2/src/main/org/jboss/profiler/client/cmd/Client.java
branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/AbstractHandler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/HttpHandler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/LocalHandler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RemoteHandler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RmiHandler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/SocketHandler.java
branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Hibernate.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationComparator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassComparator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassType.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Command.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/CommandType.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameComparator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameHelper.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Math.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Plugin.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/PluginHelper.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Snapshot.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/SnapshotHelper.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadComparator.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadHelper.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfo.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Visibility.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Complex.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity3.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMX.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMXMBean.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/ManagedBean.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message3.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session3.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Simple.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/Test.java
branches/JBossProfiler2/src/test/org/jboss/profiler/test/TestServlet.java
Log:
New year / new job
Modified: branches/JBossProfiler2/doc/copyright.txt
===================================================================
--- branches/JBossProfiler2/doc/copyright.txt 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/doc/copyright.txt 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,4 +1,4 @@
Authors:
--------
-Jesper Pedersen <jep at worldleaguesports.com>
+Jesper Pedersen <jesper.pedersen at jboss.org>
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledClass.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledClass.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledClass.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -30,7 +30,7 @@
/**
* Wraps a profiled class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ASMProfiledClass extends ClassAdapter {
/** The class name */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledMethod.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledMethod.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMProfiledMethod.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -28,7 +28,7 @@
/**
* Wraps a profiled method
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ASMProfiledMethod extends MethodAdapter {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMTransformer.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMTransformer.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ASMTransformer.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -29,7 +29,7 @@
/**
* Implements the ASM based transformer
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ASMTransformer extends AbstractTransformer {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/AbstractTransformer.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/AbstractTransformer.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/AbstractTransformer.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -29,7 +29,7 @@
/**
* An abstract transformer
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public abstract class AbstractTransformer implements Transformer {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -50,7 +50,7 @@
/**
* The agent class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Agent {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassRepository.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassRepository.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassRepository.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -30,7 +30,7 @@
/**
* Class repository
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ClassRepository {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassUtil.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassUtil.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ClassUtil.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -46,7 +46,7 @@
/**
* The class utility class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ClassUtil {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ExceptionInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ExceptionInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/ExceptionInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* Represents an exception
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ExceptionInfo {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/JavassistTransformer.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/JavassistTransformer.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/JavassistTransformer.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -35,7 +35,7 @@
/**
* Implements the Javssist based transformer
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class JavassistTransformer extends AbstractTransformer {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Profiler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Profiler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Profiler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -47,7 +47,7 @@
/**
* The profiler
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Profiler {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/SizeComparator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/SizeComparator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/SizeComparator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Size comparator
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class SizeComparator implements Comparator<String> {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Transformer.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Transformer.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Transformer.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -30,7 +30,7 @@
/**
* The transformer interface
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public interface Transformer extends ClassFileTransformer {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/Job.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/Job.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/Job.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -26,7 +26,7 @@
/**
* The job class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public abstract class Job extends TimerTask {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/JobHelper.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/JobHelper.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/JobHelper.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -32,7 +32,7 @@
/**
* The job helper
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class JobHelper {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StartProfiling.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StartProfiling.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StartProfiling.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -26,7 +26,7 @@
/**
* The start profiling job
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class StartProfiling extends Job {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StopProfiling.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StopProfiling.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/jobs/StopProfiling.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -26,7 +26,7 @@
/**
* The stop profiling job
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class StopProfiling extends Job {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/as/Communicator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/as/Communicator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/as/Communicator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -33,7 +33,7 @@
/**
* The communicator class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Communicator implements CommunicatorMBean {
/** The logger */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/as/CommunicatorMBean.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/as/CommunicatorMBean.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/as/CommunicatorMBean.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* The communicator mbean
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public interface CommunicatorMBean {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/as/Profiler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/as/Profiler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/as/Profiler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -31,7 +31,7 @@
/**
* The profiler mbean class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Profiler implements ProfilerMBean {
/** The logger */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/as/ProfilerMBean.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/as/ProfilerMBean.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/as/ProfilerMBean.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* The profiler mbean
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public interface ProfilerMBean {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameComparator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameComparator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameComparator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Frame comparator
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class CombinedFrameComparator implements Comparator<CombinedFrameInfo> {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/CombinedFrameInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* The combined frame info class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class CombinedFrameInfo {
/** The class name */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/DifferenceUtil.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/DifferenceUtil.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/DifferenceUtil.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -47,7 +47,7 @@
/**
* The difference utility class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class DifferenceUtil extends SnapshotUtil {
/** The logger */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/SnapshotUtil.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/SnapshotUtil.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/SnapshotUtil.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -52,7 +52,7 @@
/**
* The snapshot utility class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class SnapshotUtil {
/** The logger */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/ThreadHolder.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/ThreadHolder.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/ThreadHolder.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* The thread info holder class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ThreadHolder {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassComparator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassComparator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassComparator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Timed class comparator
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class TimedClassComparator implements Comparator<TimedClassInfo> {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/TimedClassInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -27,7 +27,7 @@
/**
* Represents a timed class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class TimedClassInfo extends ClassInfo {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/Util.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/Util.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/Util.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -32,7 +32,7 @@
/**
* The utility class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Util {
/** The logger */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/client/cmd/Client.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/client/cmd/Client.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/client/cmd/Client.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -48,7 +48,7 @@
/**
* The client
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Client {
/** The logger */
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/AbstractHandler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/AbstractHandler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/AbstractHandler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -29,7 +29,7 @@
/**
* The abstract handler class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public abstract class AbstractHandler {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/HttpHandler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/HttpHandler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/HttpHandler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -27,7 +27,7 @@
/**
* The HTTP handler class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class HttpHandler extends RemoteHandler {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/LocalHandler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/LocalHandler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/LocalHandler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* The local handler class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class LocalHandler extends AbstractHandler {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RemoteHandler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RemoteHandler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RemoteHandler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -30,7 +30,7 @@
/**
* The remote handler class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public abstract class RemoteHandler extends AbstractHandler implements ServerInvocationHandler {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RmiHandler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RmiHandler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/RmiHandler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -27,7 +27,7 @@
/**
* The RMI handler class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class RmiHandler extends RemoteHandler {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/SocketHandler.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/SocketHandler.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/connectors/SocketHandler.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -27,7 +27,7 @@
/**
* The socket handler class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class SocketHandler extends RemoteHandler {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Hibernate.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Hibernate.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/plugins/Hibernate.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -42,7 +42,7 @@
/**
* The Hibernate plugin
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Hibernate implements Plugin {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationComparator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationComparator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationComparator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Allocation comparator
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class AllocationComparator implements Comparator<AllocationInfo> {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/AllocationInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Represents allocations for a class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class AllocationInfo implements Serializable {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassComparator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassComparator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassComparator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Class comparator
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ClassComparator implements Comparator<ClassInfo> {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Represents a class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ClassInfo implements Serializable {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassType.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassType.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ClassType.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -24,7 +24,7 @@
/**
* Defines the different class types.
* This is not an enum since plugins should be able to defined their own constants.
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public interface ClassType {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Command.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Command.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Command.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* The client / server API
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Command implements Serializable {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/CommandType.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/CommandType.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/CommandType.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* Defines the different command types
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public enum CommandType {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameComparator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameComparator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameComparator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Frame comparator
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class FrameComparator implements Comparator<FrameInfo> {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameHelper.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameHelper.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameHelper.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -32,7 +32,7 @@
/**
* The frame helper
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class FrameHelper {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/FrameInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -30,7 +30,7 @@
/**
* Represents a frame
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class FrameInfo implements Serializable {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Math.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Math.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Math.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* Math utility functions
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Math {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/MethodInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Represents a method
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class MethodInfo implements Serializable {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Plugin.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Plugin.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Plugin.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* Defines the component class plugin interface.
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public interface Plugin {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/PluginHelper.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/PluginHelper.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/PluginHelper.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -30,7 +30,7 @@
/**
* The plugin helper
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class PluginHelper {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Snapshot.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Snapshot.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Snapshot.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -27,7 +27,7 @@
/**
* The snapshot
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Snapshot implements Serializable {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/SnapshotHelper.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/SnapshotHelper.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/SnapshotHelper.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -36,7 +36,7 @@
/**
* The snapshot helper
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class SnapshotHelper {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadComparator.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadComparator.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadComparator.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Thread comparator
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ThreadComparator implements Comparator<ThreadInfo> {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadHelper.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadHelper.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadHelper.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -33,7 +33,7 @@
/**
* The thread helper
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ThreadHelper {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfo.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfo.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/ThreadInfo.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -27,7 +27,7 @@
/**
* Represents a thread and its frames
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ThreadInfo implements Serializable {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* The version class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Version {
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Visibility.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Visibility.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Visibility.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* Defines the method visibility
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public enum Visibility {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Complex.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Complex.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Complex.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* The complex class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Complex {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -29,7 +29,7 @@
/**
* Entity
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Entity implements EntityBean {
/** Entity context */
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity3.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity3.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Entity3.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Entity
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
@Entity
public class Entity3 {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMX.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMX.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMX.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* JMX MBean: Implementation
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class JMX implements JMXMBean {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMXMBean.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMXMBean.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/JMXMBean.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* JMX MBean: Interface
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public interface JMXMBean {
}
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/ManagedBean.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/ManagedBean.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/ManagedBean.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* JSF: Managed Bean
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class ManagedBean implements Serializable {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -29,7 +29,7 @@
/**
* Message
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Message implements MessageDrivenBean, MessageListener {
/** Message context */
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message3.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message3.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Message3.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Message
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
@MessageDriven
public class Message3 {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -28,7 +28,7 @@
/**
* Session
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Session implements SessionBean {
/** Session context */
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session3.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session3.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Session3.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -25,7 +25,7 @@
/**
* Session
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
@Stateless
public class Session3 {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Simple.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Simple.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Simple.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* The simple class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Simple {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/Test.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/Test.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/Test.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -23,7 +23,7 @@
/**
* The test class
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class Test {
Modified: branches/JBossProfiler2/src/test/org/jboss/profiler/test/TestServlet.java
===================================================================
--- branches/JBossProfiler2/src/test/org/jboss/profiler/test/TestServlet.java 2008-05-11 13:56:10 UTC (rev 438)
+++ branches/JBossProfiler2/src/test/org/jboss/profiler/test/TestServlet.java 2008-05-11 14:05:39 UTC (rev 439)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2007-2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -29,7 +29,7 @@
/**
* Servlet
- * @author Jesper Pedersen <jep at worldleaguesports.com>
+ * @author Jesper Pedersen <jesper.pedersen at jboss.org>
*/
public class TestServlet extends HttpServlet {
More information about the jboss-cvs-commits
mailing list