From a90a32498eac6837724b108f323ca8e669e77af3 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 29 Sep 2006 18:40:04 +0000 Subject: [PATCH] --- src/java/com/samskivert/jdbc/depot/DepotMarshaller.java | 4 ++-- src/java/com/samskivert/jdbc/depot/DepotRepository.java | 2 +- src/java/com/samskivert/jdbc/depot/FieldMarshaller.java | 2 +- src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java | 2 +- src/java/com/samskivert/jdbc/depot/KeyGenerator.java | 2 +- src/java/com/samskivert/jdbc/depot/Log.java | 2 +- src/java/com/samskivert/jdbc/depot/PersistenceContext.java | 2 +- src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java index 099d091..5e087ef 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java +++ b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java @@ -1,6 +1,6 @@ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published @@ -183,7 +183,7 @@ public class DepotMarshaller if (hasPrimaryKey()) { String[] indices = new String[_pkColumns.size()]; for (int ii = 0; ii < indices.length; ii ++) { - indices[ii] = _pkColumns.get(i).getColumnName(); + indices[ii] = _pkColumns.get(ii).getColumnName(); } _columnDefinitions = ArrayUtil.append( _columnDefinitions, diff --git a/src/java/com/samskivert/jdbc/depot/DepotRepository.java b/src/java/com/samskivert/jdbc/depot/DepotRepository.java index a54ccb1..8df9fb9 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotRepository.java +++ b/src/java/com/samskivert/jdbc/depot/DepotRepository.java @@ -1,6 +1,6 @@ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne +// Copyright (C) 2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java b/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java index 9f2689a..f9eee0c 100644 --- a/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java +++ b/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java @@ -1,6 +1,6 @@ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java b/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java index fc63f26..cebc705 100644 --- a/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java +++ b/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java @@ -1,6 +1,6 @@ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/samskivert/jdbc/depot/KeyGenerator.java b/src/java/com/samskivert/jdbc/depot/KeyGenerator.java index 75479b4..bd108d5 100644 --- a/src/java/com/samskivert/jdbc/depot/KeyGenerator.java +++ b/src/java/com/samskivert/jdbc/depot/KeyGenerator.java @@ -1,6 +1,6 @@ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/samskivert/jdbc/depot/Log.java b/src/java/com/samskivert/jdbc/depot/Log.java index 9ac4ad9..b19bc12 100644 --- a/src/java/com/samskivert/jdbc/depot/Log.java +++ b/src/java/com/samskivert/jdbc/depot/Log.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/samskivert/jdbc/depot/PersistenceContext.java b/src/java/com/samskivert/jdbc/depot/PersistenceContext.java index 167261d..59f3c50 100644 --- a/src/java/com/samskivert/jdbc/depot/PersistenceContext.java +++ b/src/java/com/samskivert/jdbc/depot/PersistenceContext.java @@ -1,6 +1,6 @@ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java b/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java index c8c05be..358a408 100644 --- a/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java +++ b/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java @@ -1,6 +1,6 @@ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2006 Michael Bayne, Pär Winzell // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published