# HG changeset patch # User pmuthuswamy # Date 1545197888 -19800 # Node ID fc10906d5831a4e77eed407d71d2fa25aa7439ec # Parent ba1a557b6ccddf325e2825a942afa3ba7f34a799 8214570: Use {@systemProperty} for definitions of system properties Reviewed-by: alanb, mullan diff -r ba1a557b6ccd -r fc10906d5831 src/java.smartcardio/share/classes/javax/smartcardio/TerminalFactory.java --- a/src/java.smartcardio/share/classes/javax/smartcardio/TerminalFactory.java Wed Dec 19 02:27:44 2018 +0000 +++ b/src/java.smartcardio/share/classes/javax/smartcardio/TerminalFactory.java Wed Dec 19 11:08:08 2018 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -182,7 +182,7 @@ *

It is determined as follows: * * when this class is initialized, the system property - * javax.smartcardio.TerminalFactory.DefaultType + * {@systemProperty javax.smartcardio.TerminalFactory.DefaultType} * is examined. If it is set, a TerminalFactory of this type is * instantiated by calling the {@linkplain #getInstance * getInstance(String,Object)} method passing