diff options
author | Sven Gothel <[email protected]> | 2011-02-13 14:25:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-13 14:25:38 +0100 |
commit | 98934391c73231d0dcc121cacb2c1d488083e5bf (patch) | |
tree | 953c823e4cfdb4da94e66c18ff458315160e774e /src/java/com/jogamp/common/nio/StructAccessor.java | |
parent | ed080420e9584a881ea3c50dc63b68c65bf0e67d (diff) |
Fix: Buffers back to non final ; Added missing JogAmp (c)
Diffstat (limited to 'src/java/com/jogamp/common/nio/StructAccessor.java')
-rw-r--r-- | src/java/com/jogamp/common/nio/StructAccessor.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/com/jogamp/common/nio/StructAccessor.java b/src/java/com/jogamp/common/nio/StructAccessor.java index a586c98..c641d79 100644 --- a/src/java/com/jogamp/common/nio/StructAccessor.java +++ b/src/java/com/jogamp/common/nio/StructAccessor.java @@ -1,5 +1,6 @@ /* * Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010 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 |