[Databind-developer] Minor typo
Status: Alpha
Brought to you by:
aeden
|
From: Lachlan O'D. <od...@ca...> - 2002-09-30 09:03:23
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I noticed a minor typo in Field.java:
===================================================================
RCS file: /cvsroot/databind/databind/src/org/databind/Field.java,v
retrieving revision 1.7
diff -u -r1.7 Field.java
- --- Field.java 28 Jan 2002 21:57:59 -0000 1.7
+++ Field.java 30 Sep 2002 08:59:22 -0000
@@ -134,7 +134,7 @@
*/
public void write(Object target, Object value) throws
PersistanceException{
- - if(readMethod == null){
+ if(writeMethod == null){
throw new PersistanceException("Write not
supported for field " + name);
}
The bug tracking on SourceForge doesn't seem to have been configured,
so I'm posting here.
====
Lachlan O'Dea <lo...@ve...> Computer Associates Pty Ltd
Webmaster Vet - Anti-Virus Software
http://www.vet.com.au/ Ich bin CA!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (Darwin)
iD8DBQE9mBNQoBZahcUBONoRAg7oAJ99zRtCi1UMLHNoyZLcFFEls8C3SACePAvE
kGNhKCyl5wjbf4HAeNHb38E=
=wjRo
-----END PGP SIGNATURE-----
|