<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=UniJavaFactory</id>
	<title>UniJavaFactory - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=UniJavaFactory"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=UniJavaFactory&amp;action=history"/>
	<updated>2026-04-28T22:09:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://pickwiki.org/index.php?title=UniJavaFactory&amp;diff=2333&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=UniJavaFactory&amp;diff=2333&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:56Z</updated>

		<summary type="html">&lt;p&gt;link fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
import asjava.uniobjects.[[UniJava]];&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Factory for a singleton [[UniJava]] instance&lt;br /&gt;
 * @author    Wendy Smoak&lt;br /&gt;
 */&lt;br /&gt;
public class [[UniJavaFactory]]&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
   private static [[UniJava]] theInstance = new [[UniJava]]();&lt;br /&gt;
&lt;br /&gt;
   /**&lt;br /&gt;
    * cannot be instantiated&lt;br /&gt;
   */&lt;br /&gt;
   private [[UniJavaFactory]]() { }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   /**&lt;br /&gt;
    * @return the singleton [[UniJava]] instance&lt;br /&gt;
    */&lt;br /&gt;
   public static [[UniJava]] getInstance()&lt;br /&gt;
   {&lt;br /&gt;
      return theInstance;&lt;br /&gt;
   }&lt;br /&gt;
   &lt;br /&gt;
   public static int get[[NumSessions]] () &lt;br /&gt;
   {&lt;br /&gt;
      return theInstance.get[[NumSessions]]();&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>