diff options
author | Sven Gothel <[email protected]> | 2011-09-20 04:58:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-20 04:58:01 +0200 |
commit | b12fe7f98a9b523129c310d46698f430d17a8138 (patch) | |
tree | 9579477c1e7ecc65062e714c5957bba8e0b23b21 /src/java/com/jogamp/gluegen | |
parent | f357a00e511f0049865392adecc4d042663da6e6 (diff) |
Remove redundant: NativeLibrary.ensureNativeLibLoaded()
Diffstat (limited to 'src/java/com/jogamp/gluegen')
-rwxr-xr-x | src/java/com/jogamp/gluegen/runtime/NativeLibLoader.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/com/jogamp/gluegen/runtime/NativeLibLoader.java b/src/java/com/jogamp/gluegen/runtime/NativeLibLoader.java index 4e27c66..9e56d37 100755 --- a/src/java/com/jogamp/gluegen/runtime/NativeLibLoader.java +++ b/src/java/com/jogamp/gluegen/runtime/NativeLibLoader.java @@ -1,5 +1,6 @@ /* * Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2011 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are |