<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">package narf;

/**
 *This is a class which doesn't really do anything.
 */
public class Foo{
  /**
   *This method doesn't do much.
   *@return This method will always return 2.
   */
  public int fool()
  {
    return 1+1;
  }
}</pre></body></html>