ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/WebFeeder.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/WebFeeder.java (file contents):
Revision 1.16 by tdb, Mon Mar 19 21:30:30 2001 UTC vs.
Revision 1.17 by tdb, Thu Mar 22 18:08:38 2001 UTC

# Line 47 | Line 47 | public class WebFeeder extends Thread {
47       * Return a reference to the single class.
48       * Construct it if it does not already exist, otherwise just return the reference.
49       */
50 <    public static WebFeeder getInstance() {
50 >    public synchronized static WebFeeder getInstance() {
51          if (_instance == null){
52              _instance = new WebFeeder();
53          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines