From d4d929b352ed4f0c6d8d1febe69f9aca9253209d Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 12 Nov 2012 14:37:32 +0100 Subject: [PATCH] fix conflict marker in comment Change-Id: I23e9593890ab5899e10d8eb61f63f38fb98072a7 --- includes/Revision.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/Revision.php b/includes/Revision.php index fd356e12c8..5d6bcbdd6b 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -1404,11 +1404,7 @@ class Revision implements IDBAccessObject { * Lazy-load the revision's text. * Currently hardcoded to the 'text' table storage engine. * -<<<<<<< HEAD - * @return String|boolean the revision text, or false on failure -======= * @return String|bool the revision's text, or false on failure ->>>>>>> (Bug 41244) Gracefully handle failure to load text blob. */ protected function loadText() { wfProfileIn( __METHOD__ ); -- 2.20.1