Publishing site for version 0.1.3
This commit is contained in:
@@ -70,9 +70,9 @@
|
||||
<a class="jxr_linenumber" name="L62" href="#L62">62</a> <em class="jxr_javadoccomment"> * against. The value of this field is modified with each major release.</em>
|
||||
<a class="jxr_linenumber" name="L63" href="#L63">63</a> <em class="jxr_javadoccomment"> */</em>
|
||||
<a class="jxr_linenumber" name="L64" href="#L64">64</a> <em class="jxr_comment">// to avoid constant folding by the compiler, this field must *not* be final</em>
|
||||
<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String REQUESTED_API_VERSION = <span class="jxr_string">"1.6.99"</span>; <em class="jxr_comment">// !final</em>
|
||||
<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String REQUESTED_API_VERSION = <span class="jxr_string">"1.6.99"</span>; <em class="jxr_comment">// !final</em>
|
||||
<a class="jxr_linenumber" name="L66" href="#L66">66</a>
|
||||
<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String loggerFactoryClassStr = BukkitPluginLoggerFactory.<strong class="jxr_keyword">class</strong>.getName();
|
||||
<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String loggerFactoryClassStr = BukkitLoggerFactory.<strong class="jxr_keyword">class</strong>.getName();
|
||||
<a class="jxr_linenumber" name="L68" href="#L68">68</a>
|
||||
<a class="jxr_linenumber" name="L69" href="#L69">69</a> <em class="jxr_javadoccomment">/**</em>
|
||||
<a class="jxr_linenumber" name="L70" href="#L70">70</a> <em class="jxr_javadoccomment"> * The unique instance of this class.</em>
|
||||
@@ -86,7 +86,7 @@
|
||||
<a class="jxr_linenumber" name="L78" href="#L78">78</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> ILoggerFactory loggerFactory;
|
||||
<a class="jxr_linenumber" name="L79" href="#L79">79</a>
|
||||
<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">private</strong> <a href="../../../org/slf4j/impl/StaticLoggerBinder.html">StaticLoggerBinder</a>() {
|
||||
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">this</strong>.loggerFactory = <strong class="jxr_keyword">new</strong> <a href="../../../org/slf4j/impl/BukkitPluginLoggerFactory.html">BukkitPluginLoggerFactory</a>();
|
||||
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">this</strong>.loggerFactory = <strong class="jxr_keyword">new</strong> <a href="../../../org/slf4j/impl/BukkitLoggerFactory.html">BukkitLoggerFactory</a>();
|
||||
<a class="jxr_linenumber" name="L82" href="#L82">82</a> }
|
||||
<a class="jxr_linenumber" name="L83" href="#L83">83</a>
|
||||
<a class="jxr_linenumber" name="L84" href="#L84">84</a> <em class="jxr_javadoccomment">/**</em>
|
||||
|
||||
Reference in New Issue
Block a user