Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 680DD17F8F for ; Sun, 31 Jan 2016 00:09:30 +0000 (UTC) Received: (qmail 95101 invoked by uid 500); 31 Jan 2016 00:09:29 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 95035 invoked by uid 500); 31 Jan 2016 00:09:29 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 95024 invoked by uid 99); 31 Jan 2016 00:09:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2016 00:09:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 462B1E00B2; Sun, 31 Jan 2016 00:09:29 +0000 (UTC) From: rodrigo93 To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: Allow VM snapshots and volume snapshots t... Content-Type: text/plain Message-Id: <20160131000929.462B1E00B2@git1-us-west.apache.org> Date: Sun, 31 Jan 2016 00:09:29 +0000 (UTC) Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/672#discussion_r51352994 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -4251,6 +4257,34 @@ public void rebootVM(final Connection conn, final VM vm, final String vmName) th } } + protected String skipOrRemoveSR(Connection conn, SR sr) { --- End diff -- Hi @anshul1886 , since you are adding a new method, consider making a JavaDoc for it. It makes things more practicable and readable. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---