[vlc-devel] commit: jvlc: code formatted (Filippo Carone )
Tony Anecito
adanecito at yahoo.com
Fri Aug 1 04:00:35 CEST 2008
Okay I am very happy to see this progress. Does this mean I should try jvlc testing again?
Thanks,
-Tony
--- On Thu, 7/31/08, git version control <git at videolan.org> wrote:
> From: git version control <git at videolan.org>
> Subject: [vlc-devel] commit: jvlc: code formatted (Filippo Carone )
> To: vlc-devel at videolan.org
> Date: Thursday, July 31, 2008, 3:49 PM
> vlc | branch: master | Filippo Carone
> <littlejohn at videolan.org> | Thu Jul 31 23:49:29 2008
> +0200| [67923a077e1ca09ba81ac607a15d8b0d225cf91c]
>
> jvlc: code formatted
>
> >
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67923a077e1ca09ba81ac607a15d8b0d225cf91c
> ---
>
> .../main/java/org/videolan/jvlc/VLCException.java | 41
> +++++++++++++------
> 1 files changed, 28 insertions(+), 13 deletions(-)
>
> diff --git
> a/bindings/java/core/src/main/java/org/videolan/jvlc/VLCException.java
> b/bindings/java/core/src/main/java/org/videolan/jvlc/VLCException.java
> index e239e98..b5dae46 100644
> ---
> a/bindings/java/core/src/main/java/org/videolan/jvlc/VLCException.java
> +++
> b/bindings/java/core/src/main/java/org/videolan/jvlc/VLCException.java
> @@ -30,17 +30,32 @@ package org.videolan.jvlc;
>
> import java.lang.Exception;
>
> -public class VLCException extends Exception {
> - public VLCException() {
> - super();
> - }
> - public VLCException(String message) {
> - super(message);
> - }
> - public VLCException(String message,Throwable cause) {
> - super(message,cause);
> - }
> - public VLCException(Throwable cause) {
> - super(cause);
> - }
> +
> +public class VLCException extends Exception
> +{
> +
> + /**
> + *
> + */
> + private static final long serialVersionUID =
> -3063632323017889L;
> +
> + public VLCException()
> + {
> + super();
> + }
> +
> + public VLCException(String message)
> + {
> + super(message);
> + }
> +
> + public VLCException(String message, Throwable cause)
> + {
> + super(message, cause);
> + }
> +
> + public VLCException(Throwable cause)
> + {
> + super(cause);
> + }
> }
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list