We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385dcfc commit 1b927c7Copy full SHA for 1b927c7
1 file changed
lib/docs/scrapers/openjdk.rb
@@ -45,24 +45,6 @@ class Openjdk < FileScraper
45
46
OLDFILTERS = ['openjdk/entries', 'openjdk/clean_html']
47
48
- version '14' do
49
- self.release = '14.0.2'
50
- self.root_path = 'index.html'
51
-
52
- html_filters.push OLDFILTERS
53
54
- options[:container] = 'main'
55
- end
56
57
- version '13' do
58
- self.release = '13.0.5'
59
60
61
62
63
64
65
66
version '11' do
67
self.release = '11.0.9'
68
self.root_path = 'index.html'
0 commit comments