Remove trailing spaces.

This commit is contained in:
Diomidis Spinellis 2005-03-26 15:08:06 +00:00
parent 6ebf4555bb
commit a86ec2ad1c
10 changed files with 20 additions and 20 deletions

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;

View File

@ -645,7 +645,7 @@ class ClassGraph {
relation("depend", c, cs, "arrowhead=open, style=dashed");
}
/** Print classes that were parts of relationships, but not parsed by javadoc */
/** Print classes that were parts of relationships, but not parsed by javadoc */
public void printExtraClasses() {
Collection<Map.Entry<String, ClassInfo>> myClassInfos = classnames.entrySet();
Iterator<Map.Entry<String, ClassInfo>> iter = myClassInfos.iterator();
@ -712,7 +712,7 @@ class ClassGraph {
Map.Entry<Pattern, String> mapEntry = iter.next();
Pattern regex = mapEntry.getKey();
Matcher matcher = regex.matcher(className);
if (matcher.matches())
if (matcher.matches())
return mapEntry.getValue();
}
return null;