1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[cleanup] Fix Javadoc typo

This commit is contained in:
Martin Oberhuber 2008-03-28 14:57:42 +00:00
parent 8e7398fe8b
commit fa1290c248

View file

@ -65,7 +65,8 @@ public class BasicClassFileParser {
private InputStream stream;
/**
* Constuctor.
* Constructor.
*
* @param stream the input stream to parse.
*/
public BasicClassFileParser(InputStream stream) {