1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

Minor javadoc fix

This commit is contained in:
Javier Montalvo Orus 2007-03-30 10:37:21 +00:00
parent e2f8aa16b5
commit 959445c1b3

View file

@ -90,7 +90,7 @@ public class ProtocolFactory {
* Gets the IProtocol implementation of a protocol given its name
*
* @param protocolName
* Name of the protocolo
* Name of the protocol
* @return
* IProtocol implementation of the protocol matching the given name. Null if the protocol cannot be found.
* @throws CoreException