Commit 8ea5524d authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 72e40642
......@@ -91,7 +91,7 @@ public class HttpEncodingProperties {
force = this.force;
}
if (force == null) {
force = (type == Type.REQUEST ? true : false);
force = (type == Type.REQUEST);
}
return force;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment