From f37c1c486a383a3d266598463e13958359dbcce9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 6 Sep 2002 21:23:06 +0000 Subject: Run pgjindent for Java folks. --- src/interfaces/jdbc/org/postgresql/PGNotification.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/interfaces/jdbc/org/postgresql/PGNotification.java') diff --git a/src/interfaces/jdbc/org/postgresql/PGNotification.java b/src/interfaces/jdbc/org/postgresql/PGNotification.java index 0413e9b3509..dbcd6fbe6a0 100644 --- a/src/interfaces/jdbc/org/postgresql/PGNotification.java +++ b/src/interfaces/jdbc/org/postgresql/PGNotification.java @@ -1,20 +1,20 @@ package org.postgresql; -/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/PGNotification.java,v 1.1 2002/09/02 03:07:36 barry Exp $ +/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/PGNotification.java,v 1.2 2002/09/06 21:23:05 momjian Exp $ * This interface defines PostgreSQL extention for Notifications */ public interface PGNotification { - /* - * Returns name of this notification - */ - public String getName(); + /* + * Returns name of this notification + */ + public String getName(); - /* - * Returns the process id of the backend process making this notification - */ - public int getPID(); + /* + * Returns the process id of the backend process making this notification + */ + public int getPID(); } -- cgit v1.2.3