From 88f16d892d54fd8c3e190cc1f6363638b11ae1a3 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Tue, 17 Feb 2015 10:26:23 +0000 Subject: [PATCH] AutoRefactor: remove fields default values --- opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPClientConnection.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPClientConnection.java b/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPClientConnection.java index 16dceb3..52308e6 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPClientConnection.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPClientConnection.java @@ -21,7 +21,7 @@ * CDDL HEADER END * * - * Portions Copyright 2013-2014 ForgeRock AS + * Portions Copyright 2013-2015 ForgeRock AS */ package org.opends.server.protocols.http; @@ -190,7 +190,7 @@ /** The statistics tracker associated with this client connection. */ private final HTTPStatistics statTracker; - private boolean useNanoTime = false; + private boolean useNanoTime; /** Total execution time for this request. */ private final AtomicLong totalProcessingTime = new AtomicLong(); -- Gitblit v1.10.0