[maven-debian-helper] 01/01: Flush the output when asking a question

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Sep 10 12:29:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.

commit 389ffb35d854fd41dd8862bc61903dc2dc406bc8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 10 14:28:47 2013 +0200

    Flush the output when asking a question
---
 .../src/main/java/org/debian/maven/packager/interaction/Question.java |    1 +
 1 file changed, 1 insertion(+)

diff --git a/maven-packager-utils/src/main/java/org/debian/maven/packager/interaction/Question.java b/maven-packager-utils/src/main/java/org/debian/maven/packager/interaction/Question.java
index edad8f7..351af54 100644
--- a/maven-packager-utils/src/main/java/org/debian/maven/packager/interaction/Question.java
+++ b/maven-packager-utils/src/main/java/org/debian/maven/packager/interaction/Question.java
@@ -61,6 +61,7 @@ public abstract class Question<T> {
 
     protected void print(String text) {
         out.print(text);
+        out.flush();
     }
 
     /**

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git



More information about the pkg-java-commits mailing list