/hg/release/icedtea7-forest-2.4/langtools: 8026736: Enhance Java...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Apr 15 20:50:29 UTC 2014


changeset 8c26a3c39128 in /hg/release/icedtea7-forest-2.4/langtools
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/langtools?cmd=changeset;node=8c26a3c39128
author: bpatel
date: Mon Jan 13 14:46:55 2014 -0800

	8026736: Enhance Javadoc pages
	Reviewed-by: jjg


diffstat:

 src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a4b41531c1f4 -r 8c26a3c39128 src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java
--- a/src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java	Wed Mar 26 16:03:43 2014 +0000
+++ b/src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java	Mon Jan 13 14:46:55 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -235,7 +235,7 @@
             } else if (opt.equals("-doctitle")) {
                 doctitle = os[1];
             } else if (opt.equals("-windowtitle")) {
-                windowtitle = os[1];
+                windowtitle = os[1].replaceAll("\\<.*?>", "");
             } else if (opt.equals("-top")) {
                 top = os[1];
             } else if (opt.equals("-bottom")) {


More information about the distro-pkg-dev mailing list