mirror of https://github.com/apache/lucene.git
trivial whitespace fix only
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@154079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52537afdb6
commit
25f82f4458
|
@ -36,7 +36,7 @@ public abstract class Parameter implements Serializable
|
|||
}
|
||||
|
||||
protected Parameter(String name) {
|
||||
// typesafe enum pattern, no public constructor
|
||||
// typesafe enum pattern, no public constructor
|
||||
this.name = name;
|
||||
String key = makeKey(name);
|
||||
|
||||
|
@ -68,6 +68,6 @@ public abstract class Parameter implements Serializable
|
|||
throw new StreamCorruptedException("Unknown parameter value: " + name);
|
||||
|
||||
return par;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue