X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.fastlz%2Fsrc%2Forg%2Fsimantics%2Ffastlz%2Fimpl%2FFastLZConfig.java;h=7223147007f3ba3592c92e136da8e10763d36350;hp=c7a1f055acbcc0eddfe69c2db7f0038ace6a9ace;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.fastlz/src/org/simantics/fastlz/impl/FastLZConfig.java b/bundles/org.simantics.fastlz/src/org/simantics/fastlz/impl/FastLZConfig.java index c7a1f055a..722314700 100644 --- a/bundles/org.simantics.fastlz/src/org/simantics/fastlz/impl/FastLZConfig.java +++ b/bundles/org.simantics.fastlz/src/org/simantics/fastlz/impl/FastLZConfig.java @@ -1,39 +1,39 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.fastlz.impl; - -import org.simantics.fastlz.FastLZ; -import org.simantics.fastlz.bundle.Activator; - - -/** - * Private helpers related to loading and initializing the native parts of the - * FastLZ library. - * - * @author Tuukka Lehtonen - */ -public class FastLZConfig { - - /** - * A simple private indicator for class {@link FastLZ} to know whether to - * attempt static initialization or not. - * - *

- * By default, FastLZ shall attempt static initialization. When initialized - * as a bundle, initialization will not be handled statically but through - * the bundle activator. - * - * @see Activator - */ - public static boolean attemptStaticInitialization = true; - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.fastlz.impl; + +import org.simantics.fastlz.FastLZ; +import org.simantics.fastlz.bundle.Activator; + + +/** + * Private helpers related to loading and initializing the native parts of the + * FastLZ library. + * + * @author Tuukka Lehtonen + */ +public class FastLZConfig { + + /** + * A simple private indicator for class {@link FastLZ} to know whether to + * attempt static initialization or not. + * + *

+ * By default, FastLZ shall attempt static initialization. When initialized + * as a bundle, initialization will not be handled statically but through + * the bundle activator. + * + * @see Activator + */ + public static boolean attemptStaticInitialization = true; + +}