aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/datestyle.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/jdbc/example/datestyle.java')
-rw-r--r--src/interfaces/jdbc/example/datestyle.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/jdbc/example/datestyle.java b/src/interfaces/jdbc/example/datestyle.java
index 53908c8c2fa..6e503552b70 100644
--- a/src/interfaces/jdbc/example/datestyle.java
+++ b/src/interfaces/jdbc/example/datestyle.java
@@ -4,7 +4,7 @@ import java.io.*;
import java.sql.*;
import java.text.*;
-/**
+/*
* This example tests the various date styles that are available to postgresql.
*
* To use this example, you need a database to be in existence. This example
@@ -64,7 +64,7 @@ public class datestyle
}
- /**
+ /*
* This drops the table (if it existed). No errors are reported.
*/
public void cleanup()
@@ -79,7 +79,7 @@ public class datestyle
}
}
- /**
+ /*
* This initialises the database for this example
*/
public void init() throws SQLException
@@ -108,7 +108,7 @@ public class datestyle
}
- /**
+ /*
* This performs the example
*/
public void doexample() throws SQLException
@@ -150,7 +150,7 @@ public class datestyle
}
}
- /**
+ /*
* Display some instructions on how to run the example
*/
public static void instructions()
@@ -160,7 +160,7 @@ public class datestyle
System.exit(1);
}
- /**
+ /*
* This little lot starts the test
*/
public static void main(String args[])