You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/10 20:33:38 UTC

[2/2] incubator-ignite git commit: # ignite-1099: tmp mmit

# ignite-1099:  tmp mmit


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8d96c578
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8d96c578
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8d96c578

Branch: refs/heads/ignite-1099
Commit: 8d96c578cd0bbe88454efe7d647725474640f610
Parents: 8f8a899
Author: ashutak <as...@gridgain.com>
Authored: Fri Jul 10 21:33:33 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Fri Jul 10 21:33:33 2015 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/tools/jirabranches/JiraBranchesToHtml.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8d96c578/modules/tools/src/main/java/org/apache/ignite/tools/jirabranches/JiraBranchesToHtml.java
----------------------------------------------------------------------
diff --git a/modules/tools/src/main/java/org/apache/ignite/tools/jirabranches/JiraBranchesToHtml.java b/modules/tools/src/main/java/org/apache/ignite/tools/jirabranches/JiraBranchesToHtml.java
index 3138648..1e5b8bd 100644
--- a/modules/tools/src/main/java/org/apache/ignite/tools/jirabranches/JiraBranchesToHtml.java
+++ b/modules/tools/src/main/java/org/apache/ignite/tools/jirabranches/JiraBranchesToHtml.java
@@ -89,7 +89,7 @@ public class JiraBranchesToHtml {
      *
      * @throws Exception
      */
-    protected void generateReport() throws Exception {
+    public void generateReport() throws Exception {
         System.out.println("Need to enter credentials for JIRA [" + jiraUrl + "]");
         System.out.print("JIRA user: ");