summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/Presentation.java
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-05-07 14:49:44 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-05-07 14:49:44 +0200
commit17d18f2ee5cdf49d78a6caf68467f24fd9d921c1 (patch)
tree9c080eb05a7721502c10eb929f6e522056410333 /container-search/src/main/java/com/yahoo/search/query/Presentation.java
parent89fd8d582f82283c4cdbd71b6f07851df816a698 (diff)
Remove unused fields
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/query/Presentation.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/Presentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/Presentation.java b/container-search/src/main/java/com/yahoo/search/query/Presentation.java
index e147b14071a..b10e8442a5f 100644
--- a/container-search/src/main/java/com/yahoo/search/query/Presentation.java
+++ b/container-search/src/main/java/com/yahoo/search/query/Presentation.java
@@ -128,7 +128,7 @@ public class Presentation implements Cloneable {
return clone;
}
catch (CloneNotSupportedException e) {
- throw new RuntimeException("Someone inserted a noncloneable superclass",e);
+ throw new RuntimeException("Someone inserted a noncloneable superclass", e);
}
}