summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/main.cpp')
-rw-r--r--ACE/examples/Web_Crawler/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Web_Crawler/main.cpp b/ACE/examples/Web_Crawler/main.cpp
index 519e94569b7..3521fe405fb 100644
--- a/ACE/examples/Web_Crawler/main.cpp
+++ b/ACE/examples/Web_Crawler/main.cpp
@@ -6,7 +6,7 @@
* This program implements a Web crawler that can be configured to
* apply various strategies to URLs that it visits.
*
- * @author Doug Schmidt <schmidt@cs.wustl.edu>
+ * @author Doug Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================