JAL-1807 Bob's first commit -- Applet loaded; needs image
[jalview.git] / src / jalview / bin / Cache.java
1 package jalview.bin;
2
3 public class Cache {
4   public static final String CASTORLOGLEVEL = null;
5         public static Log log;
6         
7         public class Log {
8
9                 public void error(String string) {
10                         // TODO Auto-generated method stub
11                         
12                 }
13
14                 public boolean isDebugEnabled() {
15                         // TODO Auto-generated method stub
16                         return false;
17                 }
18                 
19         }
20
21         public static String getDefault(String string, String string2) {
22                 // TODO Auto-generated method stub
23                 return null;
24         }
25 }