Comment 2 for bug 1765885

Revision history for this message
Steve Langasek (vorlon) wrote :

+- links('http://docs.oracle.com/javase/8/docs/api/', 'http://docs.oracle.com/javaee/7/api/',
+- 'http://commons.apache.org/proper/commons-cli/javadocs/api-release/', 'http://junit.org/junit4/javadoc/latest/',
+- 'http://docs.oracle.com/javaee/6/api/', 'http://www.antlr2.org/javadoc/')
++ //links('http://docs.oracle.com/javase/8/docs/api/', 'http://docs.oracle.com/javaee/7/api/',
++ // 'http://commons.apache.org/proper/commons-cli/javadocs/api-release/', 'http://junit.org/junit4/javadoc/latest/',
++ // 'http://docs.oracle.com/javaee/6/api/', 'http://www.antlr2.org/javadoc/')
++ links('file:///usr/share/doc/default-jdk-doc/api/', 'file:///usr/share/doc/libservlet3.1-java-doc/api',
++ 'file:///usr/share/doc/junit4/api/')

FWIW I strongly encourage dropping such lines instead of commenting them out. It makes diffs shorter and easier to review, and the information is not lost because it's still available in the diff itself.