From a395eeeb9b1df682d7e4d02794e246ee07a7c2b4 Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Tue, 3 Jun 2003 11:51:32 +0000 Subject: [PATCH] fix for 748028 (PackageName documentation error). Removing one extra slash from default value of format property. --- docs/config_naming.html | 2 +- docs/releasenotes.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/config_naming.html b/docs/config_naming.html index 5eb533c46..1722d65bc 100644 --- a/docs/config_naming.html +++ b/docs/config_naming.html @@ -75,7 +75,7 @@ PackageName packages - ^[a-z]+(\\.[a-zA-Z_][a-zA-Z0-9_]*)*$ + ^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$ ParameterName diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 8e6bc9712..24ab6fa9c 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -92,6 +92,9 @@
  • Inner class fields interpreted as local variables (bug 747530)
  • +
  • Fixed typo in documentation for PackageName + (bug 7480028)
  • +