From 015279cceb2529615285ae73cd74ddafff9c2183 Mon Sep 17 00:00:00 2001 From: mdb Date: Fri, 29 Sep 2006 18:40:04 +0000 Subject: [PATCH] git-svn-id: https://samskivert.googlecode.com/svn/trunk@1936 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- 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 099d091c..5e087ef1 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 a54ccb14..8df9fb9a 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 9f2689a0..f9eee0c7 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 fc63f26a..cebc7050 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 75479b43..bd108d5e 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 9ac4ad9b..b19bc12c 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 167261d6..59f3c505 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 c8c05be8..358a408f 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